goog.labs.net.webChannel.WebChannelBase.Error
Provided By | |
---|---|
Type | number |
Enum type for identifying an error.
Values
BAD_DATA | An error due to bad data being returned from the server. |
---|---|
BAD_RESPONSE | An error due to a response that is not parsable. |
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 |