SignalCredentialStateProviderConfigurationException


class SignalCredentialStateProviderConfigurationException : SignalCredentialStateException


During the signal credential state flow, this is thrown when configurations are mismatched for the provider, typically indicating the provider dependency is missing in the manifest or some system service is not enabled.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

SignalCredentialStateProviderConfigurationException

Added in 1.6.0-alpha05
SignalCredentialStateProviderConfigurationException(
    errorMessage: CharSequence? = null
)