Contiki 3.x
Macros | Enumerations
error.h File Reference

Return codes for API functions and module definitions. More...

#include "error-def.h"

Go to the source code of this file.

Macros

#define __STSTATUS_TYPE__
 Return type for St functions.
 
#define DEFINE_ERROR(symbol, value)   ST_ ## symbol = value,
 Macro used by error-def.h to define all of the return codes. More...
 

Enumerations

enum  { ST_ERROR_CODE_COUNT }
 

Detailed Description

Return codes for API functions and module definitions.

See Status Codes for documentation.

Definition in file error.h.