FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Verbose error structure definition. More...
Data Fields | |
enum avf_flow_error_type | type |
Cause field and error types. More... | |
const void * | cause |
Object responsible for the error. More... | |
const char * | message |
Human-readable error message. More... | |
Verbose error structure definition.
Both cause and message may be NULL regardless of the error type.
Definition at line 564 of file avf_advanced_flow.h.
const void* avf_flow_error::cause |
Object responsible for the error.
Definition at line 567 of file avf_advanced_flow.h.
const char* avf_flow_error::message |
Human-readable error message.
Definition at line 568 of file avf_advanced_flow.h.
enum avf_flow_error_type avf_flow_error::type |
Cause field and error types.
Definition at line 566 of file avf_advanced_flow.h.