indicates if the ServiceError error object is representing a failure in parsing the response from the service.
Object.defineProperty(ServiceError.prototype, 'isParseError',
get: function()
)
isParseError: boolean; // read-only
true if either ParseError or a service call could not accurately parse the response from the service.
The value of IsParseError is actually a shortcut for confirming that jqxhr
is null
but errorThrown
is not. If this is true, the value of StatusText
will be "parsererror".
See ServiceError or Promises in the Documents Library Service for more information.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET