goog.labs.net.webChannel.ChannelRequest.Error
Provided By | |
---|---|
Type | number |
Enum type for identifying an error.
Values
BAD_DATA | Errors due to bad data being received. |
---|---|
BROWSER_OFFLINE | The browser declared itself offline during the request. |
HANDLER_EXCEPTION | Errors due to the handler throwing an exception. |
NO_DATA | Errors due to no data being returned. |
STATUS | Errors due to a non-200 status code. |
TIMEOUT | Errors due to a timeout. |
UNKNOWN_SESSION_ID | Errors due to the server returning an unknown. |