Leadtools.Documents Namespace > ServiceError Object : JqXHR Property |
get_jqXHR();
Object.defineProperty('jqXHR');
Type | Description |
---|---|
Object | if no jqXHR object was initially provided, then null, otherwise that same object. |
By providing the original jqxhr
object as a property of the ServiceError object, we encapsulate all necessary information into one object. No changes are made to the jqxhr
object.
See ServiceError or Promises in the Documents Library Service for more information.