class |
NoAvailableConnectionsException |
Represents an error where all connections in a pool are closed
|
class |
TarantoolAccessDeniedException |
Corresponds to an exception that occurs when the connected user doesn't have access to function, space or sequence.
|
class |
TarantoolAttemptsLimitException |
|
class |
TarantoolBadCredentialsException |
This exception is thrown If incorrect credentials are specified
|
class |
TarantoolClientException |
Basic exception class for client errors like connection errors, configuration error etc
|
class |
TarantoolConnectionException |
This exception is thrown after a request attempt using not connected client instance
|
class |
TarantoolFieldNotFoundException |
Represents error when a field is not found in space format metadata
|
class |
TarantoolFunctionCallException |
Represents exceptions returned for call operations, if the server response does not match the expected format
|
class |
TarantoolIndexNotFoundException |
Represents index not found by name error
|
class |
TarantoolInternalException |
Represents exceptions returned on call operations from
Lua API (functions return nil, err or the `error()` function is called in the function body)
|
class |
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.)
|
class |
TarantoolMetadataRequestException |
The exception occurs when the metadata returned by proxy function has a wrong format or the metadata request failed
|
class |
TarantoolNoSuchProcedureException |
Corresponds to an exception that occurs when the procedure has not (yet) been defined in the Tarantool instance.
|
class |
TarantoolSocketException |
Represent network exception
|
class |
TarantoolSpaceFieldNotFoundException |
Field not found in current space error
|
class |
TarantoolSpaceNotFoundException |
Represents space not found error
|
class |
TarantoolSpaceOperationException |
Basic exception class for space operations errors like select, insert, replace etc
|
class |
TarantoolTimeoutException |
|
class |
TarantoolTupleConversionException |
Represents errors occurring when MessagePack mapper tries to parse the incoming data into a tuple object
|