You are viewing documentation for version:
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. 
Function Documentation#
otThreadErrorToString#
const char * otThreadErrorToString (otError aError)
Converts an otError enum into a string. 
Parameters| Type | Direction | Argument Name | Description | | otError | [in] | aError | An otError enum. | 
 Returns