isAbortError Property

Summary

Indicates if the ServiceError error object is representing an abort from UploadFile/uploadfiledocument.

Syntax
TypeScript
JavaScript
Object.defineProperty(ServiceError.prototype, 'isAbortError', 
   get: function() 
) 
readonly isAbortError: boolean; 

Property Value

true if Abort was called and the ParseError method was called on the parameters returned from that failPromise handler.

Remarks

The value of IsAbortError is actually a shortcut for confirming that jqxhr and errorThrown are null. If this is true, the value of StatusText will be "abort".

See ServiceError or Promises in the Document Library Service for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly