Skip to content

Fix error enum formatting #2968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/dev_guide/reference_capi/error.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

.. _capi-box_error_code:

.. c:enum:: box_error_code

For a complete list of errors, refer to the Tarantool
`error code header file <https://github.com/tarantool/tarantool/blob/2.10/src/box/errcode.h>`__
(provided for version 2.10).
Expand All @@ -28,7 +30,7 @@
Return IPROTO error code

:param box_error_t* error: error
:return: enum :ref:`box_error_code <capi-box_error_code>`
:return: box_error_code

.. c:function:: const char * box_error_message(const box_error_t *error)

Expand Down