Name

error_str — gets the error message.

Synopsis

#include <error.h>   
const char * error_str (ecode); 
uint8_t ecode;
 

Arguments

ecode

code to be converted to a string

Description

Returns the error message for the specified error code.