Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data RegistrationError Source #
RegistrationReadError !(FileError InputDecodeError) | |
RegistrationWriteFileError !(FileError ()) | |
RegistrationStakeCredentialError !StakeCredentialError | |
RegistrationStakeError !StakeAddressRegistrationError | |
RegistrationMismatchedDRepMetadataHashError | |
| |
RegistrationFetchURLError !FetchURLError | |
RegistrationDRepHashCheckError !HashCheckError |
Instances
Show RegistrationError Source # | |
Defined in Cardano.CLI.Types.Errors.RegistrationError | |
Error RegistrationError Source # | |
Defined in Cardano.CLI.Types.Errors.RegistrationError prettyError :: RegistrationError -> Doc ann # |