Object.defineProperty(ServiceError.prototype, 'statusText',
get: function()
)
readonly statusText: string;
If no string was initially provided, then null; otherwise, that same string. Possible values are timeout, error, abort, and parsererror.
The StatusText is one of the provided parameters to the ParseError static method. The value of this string, according to the JQuery documentation, is one of:
null
timeout
error
abort
parsererror
This value is returned from internal JQuery code, but can be changed from one of the above values to another by the Document Library to better
represent the error (for example, the value of StatusText may be changed from null to abort
within
ParseError when UploadFile/uploadfiledocument is aborted).
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