RegistrationError

sealed interface RegistrationError

The response received from the WalletProvider during registration if something went wrong.

Inheritors

Types

Link copied to clipboard

The email of the user already exists in the provider's database.

Link copied to clipboard

The email of the user is invalid.

Link copied to clipboard

The password of the user is invalid.

Link copied to clipboard

The request to the WalletProvider failed.

Link copied to clipboard

The username of the user is invalid.