Leadtools.Documents Namespace : ServiceError Object |
The following tables list the members exposed by ServiceError.
Name | Description | |
---|---|---|
Code | A code designating the error problem. | |
Detail | A more detailed statement about the error, suitable for developer error logging. | |
ErrorThrown | The original errorThrown string provided in ParseError from the fail Promise callback. | |
ExceptionType | The exception type, as a string, from the server's exception. | |
IsAbortError | indicates if the ServiceError error object is representing an abort from UploadFile. | |
IsBrowserError | Indicates if the ServiceError error objects represents a failure due to to the browser. | |
IsCancelError | Indicates if the ServiceError object is representing a request that has been aborted. | |
IsParseError | indicates if the ServiceError error object is representing a failure in parsing the response from the service. | |
JqXHR | The original jQuery jqXHR object provided in ParseError. | |
Link | An HTTP link to LEADTOOLS support for exceptions that occur on the server. | |
Message | A user-safe string that encompasses the Documents Service Exception object. | |
MethodName | The name of the service call that caused the Documents Library error. | |
StatusText | The original statusText string provided in ParseError from the fail Promise callback. |
Name | Description | |
---|---|---|
ParseError | Creates a ServiceError object from the parameters of a Promisefail callback. |
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