Leadtools.Documents Namespace > ServiceError Object : IsAbortError Property |
get_isAbortError();
Object.defineProperty('isAbortError');
Type | Description |
---|---|
boolean | true if Abort was called and the ParseError method was called on the parameters returned from that fail Promise handler. |
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.