You are viewing documentation for version:
2.5.2 (latest)
Error#
This module includes error definitions used in OpenThread.
Typedefs#
Represents error codes used throughout OpenThread.
Functions#
const char *
Converts an otError enum into a string.
Typedef Documentation#
otError#
enum OT_MUST_USE_RESULT otError
Represents error codes used throughout OpenThread.
Definition at line 251
of file include/openthread/error.h
Function Documentation#
otThreadErrorToString#
const char * otThreadErrorToString (otError aError)
Converts an otError enum into a string.
Parameters[in] | aError | An otError enum. |
Returns
Definition at line 261
of file include/openthread/error.h