Enum ConnectionStatus

Enum ConnectionStatus#

Enum Documentation#

enum xbe.sdk.ConnectionStatus#

Describes the various connection states of the SDK’s active connection to the cluster.

Values:

NOT_CONNECTED#

The SDK is not currently connected to a cluster.

CONNECTING#

The SDK is currently trying to connect to the cluster.

CONNECTED#

The SDK is connected to the cluster.

LOST_CONNECTION#

The SDK connection to the cluster has been lost.

REFUSED#

An error occurred while connecting to the cluster.