A code designating the error problem.
Object.defineProperty(ServiceError.prototype, 'code',
get: function()
)
code: number; // read-only
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET