jqXHR Property

Summary

The original jQuery jqXHR object provided in ParseError.

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

Property Value

if no jqXHR object was initially provided, then null, otherwise that same object.

Remarks

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

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.