In This Topic ▼

ServiceError Class Properties

Summary

For a list of all members of this type, see ServiceError members

Public Properties

Name Description
Public Property code A code designating the error problem.
Public Property detail A more detailed statement about the error, suitable for developer error logging.
Public Property errorThrown The original errorThrown string provided in ParseError from the fail Promise callback.
Public Property exceptionType The exception type, as a string, from the server's exception.
Public Property isAbortError Indicates if the ServiceError error object is representing an abort from UploadFile/uploadfiledocument.
Public Property isBrowserError Indicates if the ServiceError error objects represents a failure due to the browser.
Public Property isCancelError Indicates if the ServiceError object is representing a request that has been aborted.
Public Property isError Indicates where a generic JavaScript instead of LEADTOOLS error occurred.
Public Property isParseError Indicates if the ServiceError error object is representing a failure in parsing the response from the service.
Public Property isTimeoutError Indicates that the error was caused by a timeout.
Public Property jqXHR The original jQuery jqXHR object provided in ParseError.
Public Property link An HTTP link to LEADTOOLS support for exceptions that occur on the server.
Public Property message A user-safe string that encompasses the Document Service Exception object.
Public Property methodName The name of the service call that caused the Document Library error.
Public Property statusCode The HTTP status code that caused this error.
Public Property statusText The original statusText string provided in ParseError from the fail Promise callback.
Public Property userData User data associated with the request.

See Also

ServiceError Class

Leadtools.Document Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.