Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cardano.CLI.Type.Error.BootstrapWitnessError
Synopsis
Documentation
data BootstrapWitnessError Source #
Error constructing a Shelley bootstrap witness (i.e. a Byron key witness in the Shelley era).
Constructors
MissingNetworkIdOrByronAddressError | Neither a network ID nor a Byron address were provided to construct the Shelley bootstrap witness. One or the other is required. |
Instances
Show BootstrapWitnessError Source # | |
Defined in Cardano.CLI.Type.Error.BootstrapWitnessError | |
Error BootstrapWitnessError Source # | |
Defined in Cardano.CLI.Type.Error.BootstrapWitnessError Methods prettyError :: BootstrapWitnessError -> Doc ann Source # |
renderBootstrapWitnessError :: BootstrapWitnessError -> Doc ann Source #
Render an error message for a BootstrapWitnessError
.