Skip to content
Snippets Groups Projects
Commit 09ccd29a authored by Nikolay Shirokovskiy's avatar Nikolay Shirokovskiy Committed by Vladimir Davydov
Browse files

error: support level with errcode

The level argument has same meaning as when error created or raised
with table/error argument. Examples:

```lua
e = box.error.new(box.error.SOME_ERROR, <error arguments>, level)
box.error(box.error.SOME_ERROR, <error arguments>, level)
```

Follows up #9792
Part of #9914

NO_DOC=minor
parent ef3152cd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment