VasaProviderStatus_enum

VasaProviderStatus_enum
VasaProviderStatus_enum

The operational state of VASA Provider.

Possible values:

  • online: VASA Provider is operating correctly.

  • offline: VASA Provider is not responding, e.g.

    communication error due to temporary network outage. SMS keeps polling the provider in this state.

  • syncError: VASA Provider is connected, but sync operation failed.

  • unknown:

    Deprecated as of SMS API 4.0, this status is deprecated.

    VASA Provider is unreachable.

  • connected: VASA Provider is connected, but has not triggered sync operation.

  • disconnected: VASA Provider is disconnected, e.g.

    failed to establish a valid SSL connection to the provider. SMS stops communication with the provider in this state. The user can reconnect to the provider by invoking VasaProviderReconnect_Task.

This data structure has no properties.
Enumeration: online, offline, syncError, unknown, connected, disconnected,