The following tables list the members exposed by ServiceError.
Public Methods
Name | Description | |
---|---|---|
parseError | Creates a ServiceError object from the parameters of a Promisefail callback. |
Public Properties
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/uploadfiledocument. | |
isBrowserError | Indicates if the ServiceError error objects represents a failure due to the browser. | |
isCancelError | Indicates if the ServiceError object is representing a request that has been aborted. | |
isError | Indicates where a generic JavaScript instead of LEADTOOLS error occurred. | |
isParseError | Indicates if the ServiceError error object is representing a failure in parsing the response from the service. | |
isTimeoutError | Indicates that the error was caused by a timeout. | |
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 Document Service Exception object. | |
methodName | The name of the service call that caused the Document Library error. | |
statusCode | The HTTP status code that caused this error. | |
statusText | The original statusText string provided in ParseError from the fail Promise callback. |
|
userData | User data associated with the request. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document