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.
name
1 parent a99dacd commit 908ab26Copy full SHA for 908ab26
doc/reference/reference_lua/box_error/error_object.rst
@@ -189,3 +189,13 @@ error_object
189
190
For the ``box.error.READONLY`` error, returns the current election term (see :ref:`box.info.election.term <box_info_election>`).
191
This attribute may present if the :ref:`error reason <box_error-reason>` is ``election`` or ``synchro``.
192
+
193
+ .. _box_error-name:
194
195
+ .. data:: name
196
197
+ **Since:** :doc:`3.1.0 </release/3.1.0>`
198
199
+ Returns the name of the error used at creation.
200
201
0 commit comments