Enum pepper::command::CommandError[][src]

pub enum CommandError {
Show 18 variants NoSuchCommand, TooManyArguments, TooFewArguments, NoTargetClient, NoBufferOpened, UnsavedChanges, BufferReadError(BufferReadError), BufferWriteError(BufferWriteError), NoSuchBufferProperty, ConfigError(ParseConfigError), NoSuchColor, InvalidColorValue, KeyMapError(ParseKeyMapError), KeyParseError(KeyParseAllError), PatternError(PatternError), InvalidGlob(InvalidGlobError), OtherStatic(&'static str), OtherOwned(String),
}

Variants

NoSuchCommand

TooManyArguments

TooFewArguments

NoTargetClient

NoBufferOpened

UnsavedChanges

BufferReadError(BufferReadError)

Tuple Fields

BufferWriteError(BufferWriteError)

Tuple Fields

NoSuchBufferProperty

ConfigError(ParseConfigError)

Tuple Fields

NoSuchColor

InvalidColorValue

KeyMapError(ParseKeyMapError)

Tuple Fields

KeyParseError(KeyParseAllError)

Tuple Fields

PatternError(PatternError)

Tuple Fields

InvalidGlob(InvalidGlobError)

Tuple Fields

OtherStatic(&'static str)

Tuple Fields

0: &'static str

OtherOwned(String)

Tuple Fields

0: String

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.