parseError = function(
jqXHR,
statusText,
errorThrown
)
static parseError(
jqXHR: JQueryXHR,
statusText: string,
errorThrown: string
): ServiceError;
jqXHR
The calling jQuery object.
statusText
String describing the type of error that occurred.
errorThrown
optional exception object, if one occurred.
When a Document Library Service call fails for any reason, the Promise object returned from
that method will call its fail
handler. The arguments provided to a function registered in the fail handler are the jQuery jqXHR object
(a superset of the XML Http Response object), a statusText string, and an errorThrown string.
If the error occurred within the Document Service, all three of these parameters should have values. If the error occurred while parsing or
delivering the data (and thus was not the fault of the service), only errorThrown
, the third argument, will have a value.
If UploadFile/uploadfiledocument service call was
aborted using the special abort
method, all of the parameters to the fail
callback will be null.
These three objects can be passed to ParseError as-is to create a new ServiceError object. ParseError parses the name of the original method call as a string and sets it as MethodName.
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