an object containing information about an error
More...
|
virtual ErrorCode | code () const =0 |
| the error code More...
|
|
virtual const char * | desc () const =0 |
| description of the error More...
|
|
virtual const char * | file () const =0 |
| source file in which the error occurred More...
|
|
virtual int | line () const =0 |
| source line at which the error occurred More...
|
|
virtual const char * | func () const =0 |
| source function in which the error occurred More...
|
|
virtual int | node () const =0 |
| index of the ONNX model node in which the error occurred More...
|
|
an object containing information about an error
◆ ~IParserError()
virtual nvonnxparser::IParserError::~IParserError |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ code()
virtual ErrorCode nvonnxparser::IParserError::code |
( |
| ) |
const |
|
pure virtual |
◆ desc()
virtual const char* nvonnxparser::IParserError::desc |
( |
| ) |
const |
|
pure virtual |
◆ file()
virtual const char* nvonnxparser::IParserError::file |
( |
| ) |
const |
|
pure virtual |
source file in which the error occurred
◆ line()
virtual int nvonnxparser::IParserError::line |
( |
| ) |
const |
|
pure virtual |
source line at which the error occurred
◆ func()
virtual const char* nvonnxparser::IParserError::func |
( |
| ) |
const |
|
pure virtual |
source function in which the error occurred
◆ node()
virtual int nvonnxparser::IParserError::node |
( |
| ) |
const |
|
pure virtual |
index of the ONNX model node in which the error occurred
The documentation for this class was generated from the following file: