Enum td_client::table_import::TableImportChunkError [] [src]

pub enum TableImportChunkError {
    IOError(Error),
    UnmatchElementNums(UnmatchElementNumsError),
    UnexpectedError(String),
    MsgpackValueWriteError(ValueWriteError),
    MsgpackFixedValueWriteError(FixedValueWriteError),
}

Variants

Trait Implementations

impl Debug for TableImportChunkError
[src]

Formats the value using the given formatter.

impl From<UnmatchElementNumsError> for TableImportChunkError
[src]

Performs the conversion.

impl From<ValueWriteError> for TableImportChunkError
[src]

Performs the conversion.

impl From<FixedValueWriteError> for TableImportChunkError
[src]

Performs the conversion.

impl From<Error> for TableImportChunkError
[src]

Performs the conversion.

impl Display for TableImportChunkError
[src]

Formats the value using the given formatter.

impl Error for TableImportChunkError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more