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

lua: encode arguments as error payload for ClientError

If we start to encode client error arguments as payload in C it is good
to have same behavior for Lua too. So that for example
`box.error.new(box.error.TUPLE_NOT_FOUND, 'space A', 'index B') will
create error with payload fields 'space' and 'index' with corresponding
values.

Follow up #9109

NO_CHANGELOG=internal
NO_DOC=internal
parent a2fd7866
No related branches found
No related tags found
No related merge requests found
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