search

XhrStreamReaderStatus

Exported By
Typenumber

Enum type for current stream status.

Values

ACTIVE

XHR being sent.

BAD_DATA

Errors due to corrupted or invalid data being received.

CANCELLED

The request is cancelled by the application.

HANDLER_EXCEPTION

Errors due to the handler throwing an exception.

INIT

Init status, with xhr inactive.

NO_DATA

Errors due to no data being returned.

SUCCESS

The request was successful, after the request successfully completes.

TIMEOUT

Errors due to a timeout.

XHR_ERROR

Errors due to a non-200 status code or other error conditions.