OFP  1.0
Option and Flag Parser
error.h File Reference

Error handling. More...

#include "argument.h"

Go to the source code of this file.

Data Structures

struct  ofp_error
 

Variables

enum ofp_errorcode_e OFP_ENUMTYPE
 
 OFP_ERR_NONE
 no error
 
 OFP_ERR_ARG_REQ
 argument required
 
 OFP_ERR_ARG_NOVAL
 argument has no value
 
 OFP_FERR_ERR_MAX
 error stack reached its limit
 
 OFP_FERR_AL_MAX
 argument array reached its limit
 
 OFP_FERR_UL_MAX
 unknown argument array reached its limit
 
 OFP_FERR_NAL_MAX
 non-argument array reached its limit
 
 OFP_FERR_MEM_OUT
 out of memory
 

Detailed Description

Error handling.