See: Description
Interface | Description |
---|---|
TarantoolErrorFactory |
A factory that accepts an error and returns a
TarantoolException
if this error matches the format of the factory. |
Class | Description |
---|---|
TarantoolErrors |
Class-container for built-in tarantool errors factories
|
TarantoolErrors.TarantoolBoxErrorFactory |
Produces
TarantoolInternalException subclasses from the serialized representation
in the format of box.error:unpack , |
TarantoolErrors.TarantoolErrorsErrorFactory |
Produces
TarantoolInternalException subclasses
from the serialized representation in the format of require('errors').new_class("NewError") , |
TarantoolErrors.TarantoolUnrecognizedErrorFactory |
The factory is finalizing, i.e. errors passed into
it will always be introverted as appropriate for the given factory
The error is generated in a message that is passed to
TarantoolInternalException |
TarantoolErrorsParser |
A parser that pushes the error into different types of tarantool errors
and looks at which one fits, if none fits, then at the end there will be a stub error.
|
Copyright © 2025 Picodata. All rights reserved.