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

Code Property (ServiceError)

Show in webframe
A code designating the error problem.
Syntax
get_code();
Object.defineProperty('code');

Property Value

TypeDescription
intDefault is 0, which stands for a general failure. Other codes correspond to RasterExceptions or other exceptions.
Remarks

The Code property will return an integer indicating the type of error. The Link property can assist in understanding the meaning of the code.

See ServiceError for more information.

See Also

Reference

ServiceError Object
ServiceError Members

Error processing SSI file