A more detailed statement about the error, suitable for developer error logging.
Object.defineProperty(ServiceError.prototype, 'detail',
get: function()
)
detail: string; // read-only
The exact text of Exception.Message from the Exception on the Documents Service.
This value, along with the Message string, are used to understand the
Exception from the Documents Service. At all times, this value is direct from the Exception
object in the Documents Service.
While Message is always a user-safe string, there may be times where the
Exception.Message property in the Documents Service is user-safe; in this case, Message
and Detail will be the same, while ExceptionType
will be DocumentsService.ServiceException
.
See ServiceError for more information.
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