detail Property

Summary

A more detailed statement about the error, suitable for developer error logging.

Syntax
TypeScript
JavaScript
Object.defineProperty(ServiceError.prototype, 'detail', 
   get: function() 
) 
readonly detail: string; 

Property Value

The exact text of Exception.Message from the Exception on the Document Service.

Remarks

This value, along with the Message string, are used to understand the Exception from the Document Service. At all times, this value comes directly from the Exception object in the Document Service.

While Message is always a user-safe string, there may be times when the Exception.Message property in the Document Service is user-safe; in this case, Message and Detail will be the same. However, ExceptionType will be DocumentService.ServiceException.

See ServiceError for more information.

Requirements

Target Platforms

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

Leadtools.Document Assembly