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

ServiceError Object

Show in webframe
Properties  Methods 


The following tables list the members exposed by ServiceError.

Public Properties
 NameDescription
CodeA code designating the error problem.  
DetailA more detailed statement about the error, suitable for developer error logging.  
ErrorThrownThe original errorThrown string provided in ParseError from the fail Promise callback.  
ExceptionTypeThe exception type, as a string, from the server's exception.  
IsAbortErrorindicates if the ServiceError error object is representing an abort from UploadFile.  
IsBrowserErrorIndicates if the ServiceError error objects represents a failure due to to the browser.  
IsCancelErrorIndicates if the ServiceError object is representing a request that has been aborted.  
IsParseErrorindicates if the ServiceError error object is representing a failure in parsing the response from the service.  
JqXHRThe original jQuery jqXHR object provided in ParseError.  
LinkAn HTTP link to LEADTOOLS support for exceptions that occur on the server.  
MessageA user-safe string that encompasses the Documents Service Exception object.  
MethodNameThe name of the service call that caused the Documents Library error.  
StatusTextThe original statusText string provided in ParseError from the fail Promise callback.  
Top
Public Methods
 NameDescription
ParseErrorCreates a ServiceError object from the parameters of a Promisefail callback.  
Top
See Also

Reference

ServiceError Object
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