Leadtools.Documents Namespace > ServiceError Object : Detail Property |
get_detail();
Object.defineProperty('detail');
Type | Description |
---|---|
string | 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.