Classes | |
| class | AbortException |
Represents an exception that occurs when the FQL abort function is called. This exception captures the data provided during the abort operation. More... | |
| class | AuthenticationException |
| Represents an exception thrown when there is an authorization error in Fauna. Corresponds to the 'unauthorized' error code in Fauna. More... | |
| class | AuthorizationException |
| Represents an exception thrown when access to a resource is not allowed. Corresponds to the 'forbidden' error code in Fauna. More... | |
| class | BadGatewayException |
| Represents an exception thrown for a bad gateway. Corresponds to the 'bad_gateway' error code in Fauna. More... | |
| class | ConstraintFailure |
| A class representing a constraint failure from Fauna. More... | |
| class | ConstraintFailureException |
| Represents an exception that occurs when constraints are violated in a query. This exception captures the specific constraint failures for inspection. More... | |
| class | ContendedTransactionException |
| Represents an exception that occurs when a transaction is aborted due to concurrent modification. This exception is considered retryable after a suitable delay. More... | |
| class | EventException |
| Represents an exception related to Fauna Event Stream and Event Feed errors. More... | |
| class | ExceptionHandler |
| A utility class for generating an appropriate FaunaException from a QueryFailure. | |
| class | FaunaException |
| Represents the base exception class for all exceptions specific to Fauna interactions. More... | |
| class | InvalidRequestException |
| Represents exceptions caused by invalid requests to Fauna. More... | |
| interface | IRetryableException |
| Represents an interface for exceptions that are potentially recoverable through retrying the failed operation. More... | |
| class | NetworkException |
| Represents an exception that occurs when a request fails due to a network issue. More... | |
| class | NullDocumentException |
| An exception representing a case when a document cannot be materialized because it does not exist. More... | |
| class | ProtocolException |
| Represents exceptions when a response does not match the wire protocol. More... | |
| class | QueryCheckException |
| Represents exceptions thrown when the query has syntax errors. More... | |
| class | QueryRuntimeException |
| Represents exceptions thrown when the query fails at runtime. More... | |
| class | QueryTimeoutException |
| Represents exceptions thrown when the query execution time exceeds the specified or default timeout period. More... | |
| class | SerializationException |
| Represents error that occur during serialization and deserialization of Fauna data. More... | |
| class | ServiceException |
| Represents an exception related to Fauna service errors, particularly for query failures. More... | |
| class | ThrottlingException |
| Represents an exception that indicates some capacity limit was exceeded and thus the request could not be served. This exception is considered retryable after a suitable delay. More... | |
| class | TimeoutException |
| Represents exceptions thrown when the query execution time exceeds the specified or default timeout period. More... | |