Indicates if the ServiceError error objects represents a failure due to the browser.
Object.defineProperty(ServiceError.prototype, 'isBrowserError',
get: function()
)
readonly isBrowserError: boolean;
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 either
UploadFile/uploadfiledocument is called and the browser does not support JavaScript FileReader
API.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document