Represents a failed query response.
Represents an exception related to Fauna service errors, particularly for query failures.
HttpStatusCode? StatusCode
The HTTP status code.
Represents an exception that indicates some capacity limit was exceeded and thus the request could no...
ThrottlingException(string message, QueryFailure failure)
Initializes a new instance of the ThrottlingException class with a specified error message and query ...
ThrottlingException(string message)
Initializes a new instance of the ThrottlingException class with a specified error message.
Represents an interface for exceptions that are potentially recoverable through retrying the failed o...