|
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 | BadGatewayException |
| Represents an exception thrown for a bad gateway. Corresponds to the 'bad_gateway' error code in Fauna. 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 | ExceptionFactory |
|
class | FaunaException |
| Represents the base exception class for all exceptions specific to Fauna interactions. More...
|
|
class | ForbiddenException |
| Represents an exception thrown when access to a resource is not allowed. Corresponds to the 'forbidden' error code in Fauna. 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 | 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 | 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...
|
|
class | UnauthorizedException |
| Represents an exception thrown when there is an authorization error in Fauna. Corresponds to the 'unauthorized' error code in Fauna. More...
|
|