Enum ConnectionStatus

Enum Documentation

enum class axr::sdk::ConnectionStatus

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

Values:

enumerator NOT_CONNECTED

The SDK is not currently connected to a cluster.

enumerator CONNECTING

The SDK is currently trying to connect to the cluster.

enumerator CONNECTED

The SDK is connected to the cluster.

enumerator LOST_CONNECTION

The SDK’s connection to the cluster has been lost.

enumerator REFUSED

An error occurred while connecting to the cluster.