diff options
Diffstat (limited to 'docs/source/development/reference')
| -rw-r--r-- | docs/source/development/reference/functions.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst index 38ddbde3..07c53630 100644 --- a/docs/source/development/reference/functions.rst +++ b/docs/source/development/reference/functions.rst @@ -266,7 +266,15 @@ Change the error-state of :c:data:`P` to `err`. :param PJ* P: Transformation object. :param int err: Error code. +.. c:function:: const char* proj_errno_string(int err) + Get a text representation of an error number. + + :param int err: Error number. + + :returns: :c:type:`const char*` String with description of error. + + .. note:: Available from version 5.1.0. Info functions ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
