The goog.net.ChannelRequest.Error Enum

goog.net.ChannelRequest.Error

Enum type for identifying a ChannelRequest error.

@enum
{number}

.ACTIVE_X_BLOCKED

IE is blocking ActiveX streaming.

.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.