cardano-cli
Safe HaskellNone
LanguageHaskell2010

Cardano.CLI.Types.Errors.GenesisCmdError

Documentation

data GenesisCmdError Source #

Constructors

GenesisCmdAddressCmdError !AddressCmdError 
GenesisCmdByronError !ByronGenesisError 
GenesisCmdCostModelsError !FilePath 
GenesisCmdDelegatedSupplyExceedsTotalSupply !Integer !Integer

First Integer is the delegate supply, second Integer is the total supply

GenesisCmdFileError !(FileError ()) 
GenesisCmdFileDecodeError !FilePath !Text 
GenesisCmdFilesDupIndex [FilePath] 
GenesisCmdFilesNoIndex [FilePath] 
GenesisCmdGenesisFileDecodeError !FilePath !Text 
GenesisCmdGenesisFileError !(FileError ()) 
GenesisCmdMismatchedGenesisKeyFiles [Int] [Int] [Int] 
GenesisCmdNodeCmdError !NodeCmdError 
GenesisCmdStakeAddressCmdError !StakeAddressCmdError 
GenesisCmdStakePoolCmdError !StakePoolCmdError 
GenesisCmdStakePoolRelayFileError !FilePath !IOException 
GenesisCmdStakePoolRelayJsonDecodeError !FilePath !String 
GenesisCmdTextEnvReadFileError !(FileError TextEnvelopeError) 
GenesisCmdTooFewPoolsForBulkCreds !Word !Word !Word 
GenesisCmdTooManyRelaysError !FilePath !Int !Int

First Int is the number of SPOs, second Int is number of relays

GenesisCmdUnexpectedAddressVerificationKey !(VerificationKeyFile 'In) !Text !SomeAddressVerificationKey 
GenesisCmdWrongNodeConfigFile !FilePath !Text

GenesisCmdWrongNodeConfigFile path error indicates that the node configuration at path is badly formed. error gives details about the error

GenesisCmdWrongGenesisHash !FilePath !Text !Text !Text

GenesisCmdWrongGenesisHash path key seen expected indicates that the node configuration at path has the wrong value seen for key. The value should be expected instead.