link Property

Summary

An HTTP link to LEADTOOLS support for exceptions that occur on the server.

Syntax

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

Property Value

A string usable as a link to documentation on understanding the different code error values.

Remarks

The Code property may return an integer other than zero, which would indicate a specific LEAD error. In that case, the Link will be a link to documentation that maps that code to a value. Otherwise, the link will be a general documentation link.

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