The original statusText
string provided in ParseError from the fail
Promise callback.
Object.defineProperty(ServiceError.prototype, 'statusText',
get: function()
)
statusText: string; // read-only
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 made be changed from one of the above values to another by the Documents Library to better
represent the error (for example, the value of StatusText may be changed from null to abort
within
ParseError when UploadFile is aborted).
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