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.
1 parent c45501f commit 87a5249Copy full SHA for 87a5249
doc/dev_guide/reference_capi/error.rst
@@ -6,6 +6,8 @@
6
7
.. _capi-box_error_code:
8
9
+.. c:enum:: box_error_code
10
+
11
For a complete list of errors, refer to the Tarantool
12
`error code header file <https://github.com/tarantool/tarantool/blob/2.10/src/box/errcode.h>`__
13
(provided for version 2.10).
@@ -28,7 +30,7 @@
28
30
Return IPROTO error code
29
31
32
:param box_error_t* error: error
- :return: enum :ref:`box_error_code <capi-box_error_code>`
33
+ :return: box_error_code
34
35
.. c:function:: const char * box_error_message(const box_error_t *error)
36
0 commit comments