search

goog.net.WebChannel.FailureRecovery.FailureCondition

Provided By
Typestring

Enum to indicate different failure conditions as detected by the webchannel runtime.

This enum is to be used only between the runtime and FailureRecovery module, and new states are expected to be introduced in future.

Values

ABORT

The request was aborted.

EXCEPTION

Exception was thrown while processing the request/response.

HTTP_ERROR

The HTTP response returned a non-successful http status code.

TIMEOUT

The request timed out.