Initial error handling #34
Annotations
10 warnings
Build:
Fauna/Types/Ref.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Fauna/Types/Ref.cs#L6
Non-nullable property 'Collection' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Fauna/Exceptions/FaunaThrottlingException.cs#L10
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
Build:
Fauna/Exceptions/FaunaThrottlingException.cs#L13
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|
Build:
Fauna/Exceptions/FaunaQueryRuntimeException.cs#L9
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
Build:
Fauna/Exceptions/FaunaQueryRuntimeException.cs#L12
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|
Build:
Fauna/Exceptions/FaunaQueryCheckException.cs#L6
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
Build:
Fauna/Exceptions/FaunaQueryCheckException.cs#L9
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|
Build:
Fauna/Exceptions/FaunaInvalidRequestException.cs#L9
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, QueryFailure queryFailure)'.
|
Build:
Fauna/Exceptions/FaunaInvalidRequestException.cs#L12
Possible null reference argument for parameter 'queryFailure' in 'FaunaServiceException.FaunaServiceException(string message, Exception innerException, QueryFailure queryFailure)'.
|
The logs for this run have expired and are no longer available.
Loading