Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data KeyCmdError Source #
KeyCmdReadFileError !(FileError TextEnvelopeError) | |
KeyCmdReadKeyFileError !(FileError InputDecodeError) | |
KeyCmdWriteFileError !(FileError ()) | |
KeyCmdByronKeyFailure !ByronKeyFailure | |
KeyCmdByronKeyParseError !Text | Text representation of the parse error. Unfortunately, the actual error type isn't exported. |
KeyCmdItnKeyConvError !ItnKeyConversionError | |
KeyCmdWrongKeyTypeError | |
KeyCmdCardanoAddressSigningKeyFileError !(FileError CardanoAddressSigningKeyConversionError) | |
KeyCmdNonLegacyKey !FilePath | |
KeyCmdExpectedExtendedVerificationKey SomeAddressVerificationKey | |
KeyCmdVerificationKeyReadError VerificationKeyTextOrFileError |
Instances
Show KeyCmdError Source # | |
Defined in Cardano.CLI.Types.Errors.KeyCmdError |
renderKeyCmdError :: KeyCmdError -> Doc ann Source #