Cardano.CLI.Types.Errors.DelegationError
data DelegationError Source #
Constructors
Defined in Cardano.CLI.Types.Errors.DelegationError
Associated Types
Methods
from :: DelegationError -> Rep DelegationError x Source #
to :: Rep DelegationError x -> DelegationError Source #
showsPrec :: Int -> DelegationError -> ShowS Source #
show :: DelegationError -> String Source #
showList :: [DelegationError] -> ShowS Source #
prettyError :: DelegationError -> Doc ann #