Leadtools.Documents Namespace > ServiceError Object : Code Property |
get_code();
Object.defineProperty('code');
Type | Description |
---|---|
int | Default is 0, which stands for a general failure. Other codes correspond to RasterExceptions or other exceptions. |
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.