cardano-cli-1.36.0: The Cardano command-line interface
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.CLI.Shelley.Run.Transaction

Documentation

data ShelleyTxCmdError Source #

Constructors

ShelleyTxCmdMetadataError MetadataError 
ShelleyTxCmdScriptWitnessError ScriptWitnessError 
ShelleyTxCmdProtocolParamsError ProtocolParamsError 
ShelleyTxCmdScriptFileError (FileError ScriptDecodeError) 
ShelleyTxCmdReadTextViewFileError !(FileError TextEnvelopeError) 
ShelleyTxCmdReadWitnessSigningDataError !ReadWitnessSigningDataError 
ShelleyTxCmdRequiredSignerByronKeyError !SigningKeyFile 
ShelleyTxCmdWriteFileError !(FileError ()) 
ShelleyTxCmdEraConsensusModeMismatch !(Maybe FilePath) !AnyConsensusMode !AnyCardanoEra

Era

ShelleyTxCmdBootstrapWitnessError !ShelleyBootstrapWitnessError 
ShelleyTxCmdSocketEnvError !EnvSocketError 
ShelleyTxCmdTxSubmitError !Text 
ShelleyTxCmdTxSubmitErrorEraMismatch !EraMismatch 
ShelleyTxCmdTxFeatureMismatch !AnyCardanoEra !TxFeature 
ShelleyTxCmdTxBodyError !TxBodyError 
ShelleyTxCmdNotImplemented !Text 
ShelleyTxCmdWitnessEraMismatch !AnyCardanoEra !AnyCardanoEra !WitnessFile 
ShelleyTxCmdScriptLanguageNotSupportedInEra !AnyScriptLanguage !AnyCardanoEra 
ShelleyTxCmdReferenceScriptsNotSupportedInEra !AnyCardanoEra 
ShelleyTxCmdPolicyIdsMissing ![PolicyId] 
ShelleyTxCmdPolicyIdsExcess ![PolicyId] 
ShelleyTxCmdUnsupportedMode !AnyConsensusMode 
ShelleyTxCmdByronEra 
ShelleyTxCmdEraConsensusModeMismatchTxBalance !TxBuildOutputOptions !AnyConsensusMode !AnyCardanoEra 
ShelleyTxCmdBalanceTxBody !TxBodyErrorAutoBalance 
ShelleyTxCmdTxInsDoNotExist !TxInsExistError 
ShelleyTxCmdMinimumUTxOErr !MinimumUTxOError 
ShelleyTxCmdPParamsErr !ProtocolParametersError 
ShelleyTxCmdTextEnvCddlError !(FileError TextEnvelopeError) !(FileError TextEnvelopeCddlError) 
ShelleyTxCmdTxExecUnitsErr !TransactionValidityError 
ShelleyTxCmdPlutusScriptCostErr !PlutusScriptCostError 
ShelleyTxCmdPParamExecutionUnitsNotAvailable 
ShelleyTxCmdPlutusScriptsRequireCardanoMode 
ShelleyTxCmdProtocolParametersNotPresentInTxBody 
ShelleyTxCmdTxEraCastErr EraCastError 
ShelleyTxCmdQueryConvenienceError !QueryConvenienceError 
ShelleyTxCmdQueryNotScriptLocked !ScriptLockedTxInsError 
ShelleyTxCmdScriptDataError !ScriptDataError 
ShelleyTxCmdCddlError CddlError 
ShelleyTxCmdCddlWitnessError CddlWitnessError 
ShelleyTxCmdRequiredSignerError RequiredSignerError 
ShelleyTxCmdAuxScriptsValidationError TxAuxScriptsValidationError 
ShelleyTxCmdTotalCollateralValidationError TxTotalCollateralValidationError 
ShelleyTxCmdReturnCollateralValidationError TxReturnCollateralValidationError 
ShelleyTxCmdTxFeeValidationError TxFeeValidationError 
ShelleyTxCmdTxValidityLowerBoundValidationError TxValidityLowerBoundValidationError 
ShelleyTxCmdTxValidityUpperBoundValidationError TxValidityUpperBoundValidationError 
ShelleyTxCmdRequiredSignersValidationError TxRequiredSignersValidationError 
ShelleyTxCmdProtocolParametersValidationError TxProtocolParametersValidationError 
ShelleyTxCmdTxWithdrawalsValidationError TxWithdrawalsValidationError 
ShelleyTxCmdTxCertificatesValidationError TxCertificatesValidationError 
ShelleyTxCmdTxUpdateProposalValidationError TxUpdateProposalValidationError 
ShelleyTxCmdScriptValidityValidationError TxScriptValidityValidationError