Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IJSONErrorHandler::fatalError ( P6ERR  errorCode,
p6IJSONLocator pObject 
)
pure virtual

The JSON parser notifies the application that a non-recoverable parsing error has been detected.

Parsing will stop on the input document. A p6IJSONLocator object is provided to point to the error.

Parameters
errorCode[ in ] One of the P6R standard error codes
pObject[ in ] an instance of p6IJSONLocator (see p6jsonlocator.h)
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArg<A pointer is NULL./td>