|
pure virtual |
The JSON parser notifies the application of an unusual condition detected during parsing.
Parsing will continue on the input document. A p6IJSONLocator object is provided to point to the problem.
| errorCode | [ in ] One of the P6R standard error codes |
| pObject | [ in ] an instance of p6IJSONLocator (see p6jsonlocator.h) |
| pDisplay | [ in ] Application diagnostic message to write |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | A pointer is NULL |