We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related dev. issue(s): tarantool/tarantool#9875
Product: Tarantool Since: 3.1 Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_error/error_object/ SME: @ nshy
The value is equal to name used on creation.
tarantool> box.error.new(box.error.ILLEGAL_PARAMS, 'foo').name --- - ILLEGAL_PARAMS ...
Requested by @ nshy in tarantool/tarantool@2bf9579.
The text was updated successfully, but these errors were encountered:
Add description of the name parameter
name
908ab26
Since 3.1.0 there has been the ``name`` parameter,which returns the name of the error used at creation. Fixes #4150
box.error.is
box.error
AArdeev
Successfully merging a pull request may close this issue.
Related dev. issue(s): tarantool/tarantool#9875
Product: Tarantool
Since: 3.1
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_error/error_object/
SME: @ nshy
Details
The value is equal to name used on creation.
Requested by @ nshy in tarantool/tarantool@2bf9579.
The text was updated successfully, but these errors were encountered: