goog.net.BrowserChannel.Error
Provided By | |
---|---|
Type | number |
Enum type for identifying a BrowserChannel error.
Values
ACTIVE_X_BLOCKED | ActiveX is blocked by the machine's admin settings. |
---|---|
BAD_DATA | An error due to bad data being returned from the server. |
BAD_RESPONSE | An error due to a response that doesn't start with the magic cookie. |
BLOCKED | An error due to the channel being blocked by a network administrator. |
LOGGED_OUT | An error due to the user being logged out. |
NETWORK | A general network error. |
NO_DATA | An error due to server response which contains no data. |
OK | Value that indicates no error has occurred. |
REQUEST_FAILED | An error due to a request failing. |
STOP | An error due to a server response requesting to stop the channel. |
UNKNOWN_SESSION_ID | An error due to a server response indicating an unknown session id |