Enum rust_abci::types::CodeType [] [src]

pub enum CodeType {
    OK,
    InternalError,
    EncodingError,
    BadNonce,
    Unauthorized,
    InsufficientFunds,
    UnknownRequest,
    BaseDuplicateAddress,
    BaseEncodingError,
    BaseInsufficientFees,
    BaseInsufficientFunds,
    BaseInsufficientGasPrice,
    BaseInvalidInput,
    BaseInvalidOutput,
    BaseInvalidPubKey,
    BaseInvalidSequence,
    BaseInvalidSignature,
    BaseUnknownAddress,
    BaseUnknownPubKey,
    BaseUnknownPlugin,
    GovUnknownEntity,
    GovUnknownGroup,
    GovUnknownProposal,
    GovDuplicateGroup,
    GovDuplicateMember,
    GovDuplicateProposal,
    GovDuplicateVote,
    GovInvalidMember,
    GovInvalidVote,
    GovInvalidVotingPower,
}

Variants

Trait Implementations

impl Clone for CodeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CodeType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CodeType
[src]

impl Debug for CodeType
[src]

Formats the value using the given formatter.

impl Hash for CodeType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl ProtobufEnum for CodeType
[src]

impl Copy for CodeType
[src]

impl Default for CodeType
[src]

Returns the "default value" for a type. Read more

impl ProtobufValue for CodeType
[src]