Indicates if the ServiceError error object is representing a failure in parsing the response from the service.
Object.defineProperty(ServiceError.prototype, 'isParseError',
get: function()
)
readonly isParseError: boolean;
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 Document Library Service for more information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document