cardano-cli
Safe HaskellNone
LanguageHaskell2010

Cardano.CLI.Types.Errors.TxValidationError

Documentation

newtype TxGovDuplicateVotes era Source #

Instances

Instances details
Error (TxGovDuplicateVotes era) Source # 
Instance details

Defined in Cardano.CLI.Types.Errors.TxValidationError

Methods

prettyError :: TxGovDuplicateVotes era -> Doc ann #

data TxNotSupportedInEraValidationError era Source #

Constructors

TxNotSupportedInAnyCardanoEraValidationError Text AnyCardanoEra

First argument is the kind of data that is not supported. Second argument is the era that doesn't support the data.

TxNotSupportedInShelleyBasedEraValidationError Text (ShelleyBasedEra era)

First argument is the kind of data that is not supported. Second argument is the Shelley era that doesn't support the data.

validateScriptSupportedInEra :: ShelleyBasedEra era -> ScriptInAnyLang -> Either ScriptLanguageValidationError (ScriptInEra era) Source #