jqXHR Property (ServiceError)

Summary

The original jQuery jqXHR object provided in ParseError.

Syntax

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

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize