Leadtools.Documents Namespace : ServiceError Object |
function Leadtools.Documents.ServiceError()
When a service call results in an error, the Promise object will trigger its fail
handlers with the jQuery jqXHR (XML Http Response object) and two exception information strings. Within the jqXHR object is more detailed exception information for both the developer and user of the application. By using ParseError to create a new ServiceError object, those additional information objects are parsed from the jqXHR body and made available as properties.
Refer to Promises in the Documents Library Service for more information on jQuery jqXHR and service calls.
ServiceError Members
Leadtools.Documents Namespace
Documents Library Features
Document Viewer Application
Loading Using LEADTOOLS Documents Library
Using jQuery Promises with the Documents Service
Uploading Using the Documents Library
Parsing Text with the Documents Library
Using LEADTOOLS Document Viewer