Go to the source code of this file.
Classes | |
| interface | Fauna.Exceptions.IRetryableException | 
| Represents an interface for exceptions that are potentially recoverable through retrying the failed operation.  More... | |
| class | Fauna.Exceptions.ServiceException | 
| Represents an exception related to Fauna service errors, particularly for query failures.  More... | |
| class | Fauna.Exceptions.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 | Fauna.Exceptions.BadGatewayException | 
| Represents an exception thrown for a bad gateway. Corresponds to the 'bad_gateway' error code in Fauna.  More... | |
| class | Fauna.Exceptions.ForbiddenException | 
| Represents an exception thrown when access to a resource is not allowed. Corresponds to the 'forbidden' error code in Fauna.  More... | |
| class | Fauna.Exceptions.UnauthorizedException | 
| Represents an exception thrown when there is an authorization error in Fauna. Corresponds to the 'unauthorized' error code in Fauna.  More... | |
| class | Fauna.Exceptions.TimeoutException | 
| Represents exceptions thrown when the query execution time exceeds the specified or default timeout period.  More... | |
| class | Fauna.Exceptions.QueryTimeoutException | 
| Represents exceptions thrown when the query execution time exceeds the specified or default timeout period.  More... | |
| class | Fauna.Exceptions.QueryCheckException | 
| Represents exceptions thrown when the query has syntax errors.  More... | |
| class | Fauna.Exceptions.QueryRuntimeException | 
| Represents exceptions thrown when the query fails at runtime.  More... | |
| class | Fauna.Exceptions.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 | Fauna.Exceptions.InvalidRequestException | 
| Represents exceptions caused by invalid requests to Fauna.  More... | |
| class | Fauna.Exceptions.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... | |
Namespaces | |
| namespace | Fauna | 
| namespace | Fauna.Exceptions |