The reason for the failure of the event stream.

Enumeration Members

FORBIDDEN

The Event Stream will fail with this reason when the JWT is invalid.

RECONNECTION_TIMEOUT

The Event Stream will fail with this reason when the Omni SDK fails to reconnect with the server in the configured reconnectionTimeout duration.

SDK_SESSION_INVALID

The Event Stream will fail with this reason when the session was terminated from server.

SERVER_ERROR

The Event Stream will fail with this reason when there is an error on the server.

SERVER_UNREACHABLE

The Event Stream will fail with this reason when the server is unreachable.

UNAUTHORIZED

The Event Stream will fail with this reason when the JWT is expired.

UNEXPECTED_ERROR

The Event Stream will fail with this reason when server responds in unexpected way.