Indicates if the ServiceError error objects represents a failure due to the browser.
Object.defineProperty(ServiceError.prototype, 'isBrowserError',
get: function()
)
isBrowserError: boolean; // read-only
true if the error was caused by the browser; otherwise, false.
The value of IsBrowserError almost always indicates that the error originated from the client JavaScript code before reaching the server due to browser incompatibility issues. For example, this property will be true when UploadFile is called and the browser does not support JavaScript FileReader API.
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