ImportCredentialsProviderConfigurationException


class ImportCredentialsProviderConfigurationException : ImportCredentialsException


During the import credentials flow, this is thrown if a ProviderEventsApiProvider was not found to handle the request. The ProviderEventsApiProvider dependency was missing from the app manifest.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

ImportCredentialsProviderConfigurationException

Added in 1.0.0-alpha03
ImportCredentialsProviderConfigurationException(
    errorMessage: String? = null
)