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

IsBrowserError Property

Show in webframe
Indicates if the ServiceError error objects represents a failure due to to the browser.
Syntax
get_isBrowserError();
Object.defineProperty('isBrowserError');

Property Value

TypeDescription
booleantrue if the error was caused by the browser; otherwise, false.
Remarks

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.

See Also

Reference

ServiceError Object
ServiceError Members

Error processing SSI file