Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

IsAbortError Property

Show in webframe
indicates if the ServiceError error object is representing an abort from UploadFile.
Syntax
get_isAbortError();
Object.defineProperty('isAbortError');

Property Value

TypeDescription
booleantrue 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.

See Also

Reference

ServiceError Object
ServiceError Members

Error processing SSI file