See: Description
Exception | Description |
---|---|
NoAvailableConnectionsException |
Represents an error where all connections in a pool are closed
|
TarantoolAccessDeniedException |
Corresponds to an exception that occurs when the connected user doesn't have access to function, space or sequence.
|
TarantoolAttemptsLimitException |
The exception that was thrown from
TarantoolRequestRetryPolicies |
TarantoolBadCredentialsException |
This exception is thrown If incorrect credentials are specified
|
TarantoolClientException |
Basic exception class for client errors like connection errors, configuration error etc
|
TarantoolConnectionException |
This exception is thrown after a request attempt using not connected client instance
|
TarantoolDecoderException |
Used in cases when a request or a response body cannot be transformed from/into MessagePack
|
TarantoolEmptyMetadataException |
The exception occurs when no metadata returned by proxy function when expected something
|
TarantoolException |
Base class for Tarantool runtime exceptions
|
TarantoolFieldNotFoundException |
Represents error when a field is not found in space format metadata
|
TarantoolFunctionCallException |
Represents exceptions returned for call operations, if the server response does not match the expected format
|
TarantoolIndexNotFoundException |
Represents index not found by name error
|
TarantoolInternalException |
Represents exceptions returned on call operations from
Lua API (functions return
nil, err or the `error()` function is called in the function body) |
TarantoolInternalNetworkException |
Represents server internal error subclasses that are related to the network problems
with connections between Tarantool nodes or external services accessed
from inside Tarantool (Connection timeout, No connection, etc.)
|
TarantoolMetadataRequestException |
The exception occurs when the metadata returned by proxy function has a wrong format or the metadata request failed
|
TarantoolNoSuchProcedureException |
Corresponds to an exception that occurs when the procedure has not (yet) been defined in the Tarantool instance.
|
TarantoolSocketException |
Represent network exception
|
TarantoolSpaceFieldNotFoundException |
Field not found in current space error
|
TarantoolSpaceNotFoundException |
Represents space not found error
|
TarantoolSpaceOperationException |
Basic exception class for space operations errors like select, insert, replace etc
|
TarantoolTimeoutException |
The exception that was thrown from
TarantoolRequestRetryPolicies |
TarantoolTupleConversionException |
Represents errors occurring when MessagePack mapper tries to parse the incoming data into a tuple object
|
Copyright © 2025 Picodata. All rights reserved.