Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Data Fields
conv_error Struct Reference

Defines the value, location and error message when a value is in error and a fatal error is issued. More...

Data Fields

uint32_t uiValue
 The value that is in error. More...
 
uint32_t uiOffset
 Offset to the value that is in error. More...
 
const char * cpMsg
 Pointer to the error message. More...
 
abool bHasError
 True if the data represents a valid error. False if no error has been detected. More...
 

Detailed Description

Defines the value, location and error message when a value is in error and a fatal error is issued.

Definition at line 73 of file conv.c.

Field Documentation

◆ bHasError

abool conv_error::bHasError

True if the data represents a valid error. False if no error has been detected.

Definition at line 77 of file conv.c.

◆ cpMsg

const char* conv_error::cpMsg

Pointer to the error message.

Definition at line 76 of file conv.c.

◆ uiOffset

uint32_t conv_error::uiOffset

Offset to the value that is in error.

Definition at line 75 of file conv.c.

◆ uiValue

uint32_t conv_error::uiValue

The value that is in error.

Definition at line 74 of file conv.c.


The documentation for this struct was generated from the following file:
APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.