Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Detail Property

Show in webframe
A more detailed statement about the error, suitable for developer error logging.
Syntax
get_detail();
Object.defineProperty('detail');

Property Value

TypeDescription
stringThe exact text of Exception.Message from the Exception on the Documents Service.
Remarks

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.

See Also

Reference

ServiceError Object
ServiceError Members

Error processing SSI file