Closed
Description
Product: Tarantool
Since: 2.10.0-beta1-46-g0cdf5f9be89c
Root document: pages where the error_marshaling_enabled
setting is mentioned:
- https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_error/new/
- https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/_session_settings/
- https://www.tarantool.io/en/doc/latest/reference/reference_sql/sql_statements_and_clauses/#set
SME: @ locker
Details
box.session.setting.error_marshaling_enabled was used to enable encoding
errors returned by CALL/EVAL in the extended format (as the MP_ERROR
MsgPack extension). Now, the feature is enabled automatically if the
connector supports it (sets IPROTO_FEATURE_ERROR_EXTENSION in IPROTO_ID
features).
Requested by @locker in tarantool/tarantool@0cdf5f9
Related to #2416