isAbortError Property

Summary

indicates if the ServiceError error object is representing an abort from UploadFile.

Syntax

JavaScript Syntax
Object.defineProperty(ServiceError.prototype, 'isAbortError', 
	get: function() 
) 
TypeScript Syntax
isAbortError: boolean; // read-only 

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 Documents Library Service for more information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly