FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
avf_flow_error Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ cause

const void* avf_flow_error::cause

Object responsible for the error.

Definition at line 567 of file avf_advanced_flow.h.

◆ message

const char* avf_flow_error::message

Human-readable error message.

Definition at line 568 of file avf_advanced_flow.h.

◆ type

enum avf_flow_error_type avf_flow_error::type

Cause field and error types.

Definition at line 566 of file avf_advanced_flow.h.


The documentation for this struct was generated from the following file: