GetExtendedError Method (XDATA)
9.8A
The GetExtendedError method returns the extended error information from the last LoadJson or LoadXml method that returned a parsing error defined by XDATA_ERR_PARSE (i.e., error value 14 ). The method uses the following format:
|
|
|
|
|
|
|
|
Where:
Flags Affected: EOS, OVER, ZERO
Note the following:
The ZERO and OVER flags are set FALSE.
The EOS flag is set TRUE if the data string value must be truncated to be stored into the {return} variable.
If the data string exists, the {return} contains the string data. Otherwise, the {return} variable is set NULL.
The *OPTIONS {mask} values are defined as follows:
|
Keyword |
Value |
Description |
|
XDATA_CLEAR_ERROR |
0x1 |
This bit value causes the current extended error buffer to be cleared upon completion of this method. |
See Also: XDATA, XDATA Methods, Method Syntax
![]() |