detail Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(ServiceError.prototype, 'detail', 
	get: function() 
) 
TypeScript Syntax
detail: string; // read-only 

Property Value

The 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly