| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.CLI.Type.Error.ItnKeyConversionError
Documentation
data ItnKeyConversionError Source #
An error that can occur while converting an Incentivized Testnet (ITN) key.
Constructors
| ItnKeyBech32DecodeError !Bech32DecodeError | |
| ItnReadBech32FileError !FilePath !IOException | |
| ItnSigningKeyDeserialisationError !ByteString | |
| ItnVerificationKeyDeserialisationError !ByteString |
Instances
| Show ItnKeyConversionError Source # | |
Defined in Cardano.CLI.Type.Error.ItnKeyConversionError | |
| Error ItnKeyConversionError Source # | |
Defined in Cardano.CLI.Type.Error.ItnKeyConversionError Methods prettyError :: ItnKeyConversionError -> Doc ann Source # | |
renderConversionError :: ItnKeyConversionError -> Doc ann Source #
Render an error message for an ItnKeyConversionError.