We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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#9914
Product: Tarantool Since: 3.2 Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_error/ SME: @ nshy
The function checks whether argument passed is box.error.
tarantool> box.error.is(box.error.new(box.error.UNKNOWN)) --- - true ... tarantool> box.error.is('foo') --- - false ...
Requested by @ nshy in tarantool/tarantool@8ed6104.
The text was updated successfully, but these errors were encountered:
Add description of box.error.is function
c170d0a
Function allows check whether the argument is an error. Added as a new page Fixes #4236
name
box.error.is
box.error
93ba1b2
AArdeev
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Related dev. issue(s): tarantool/tarantool#9914
Product: Tarantool
Since: 3.2
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_error/
SME: @ nshy
Details
The function checks whether argument passed is box.error.
Requested by @ nshy in tarantool/tarantool@8ed6104.
The text was updated successfully, but these errors were encountered: