Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

ServiceError Object

Show in webframe
Members 
Encapsulates error information from a failed call to the Documents Library Service.
Object Model
Syntax
function Leadtools.Documents.ServiceError() 
Remarks

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.

Example
Refer to LoadFromUri for an example.
See Also

Reference

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

Error processing SSI file