Encapsulates error information from a failed call to the Documents Library Service.
function lt.Documents.ServiceError
class lt.Documents.ServiceError()
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.
Loading Using LEADTOOLS Documents Library
Using jQuery Promises with the Documents Service
Uploading Using the Documents Library
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET