RegisterCredentialsException


abstract class RegisterCredentialsException : Exception

Known direct subclasses
RegisterCredentialsConfigurationException

During the RegistryManager.registerCredentials transaction, this is thrown when configurations are mismatched for the RegistryManager service, typically indicating the service provider dependency is missing in the manifest or some system service is not enabled.

RegisterCredentialsUnknownException

Thrown when the RegistryManager.registerCredentials transaction fails with no more detailed information.


Represents an error thrown during a RegistryManager.registerCredentials transaction.

Summary

Public constructors

Public properties

CharSequence?

the error message

String

the type of the error

Inherited properties

From kotlin.Throwable

Public constructors

RegisterCredentialsException

Added in 1.0.0-alpha01
RegisterCredentialsException(
    type: String,
    errorMessage: CharSequence? = null
)

Public properties

errorMessage

Added in 1.0.0-alpha01
val errorMessageCharSequence?

the error message

type

Added in 1.0.0-alpha01
val typeString

the type of the error