Enum divans::interface::ErrMsg[][src]

pub enum ErrMsg {
    PredictionModeFail(()),
    ShutdownCoderNeedsInput,
    EncodeOneCommandNeedsInput,
    NotAllowedToFlushIfPreviousCommandPartial,
    NotAllowedToEncodeAfterFlush,
    Distance0NotAllowed,
    DrainOrFillNeedsInput(u8),
    BrotliIrGenFlushStreamNeedsInput,
    AssemblerStreamReportsDone,
    UnexpectedEof,
    TrailingInput(u8),
    InputChangedAfterContinuation,
    DistanceGreaterRingBuffer,
    DictTransformDiffersFromExpectedSize,
    MinLogicError,
    InputOffsetOutOfBounds,
    CommandCodeOutOfBounds(u8),
    CopyDistanceMnemonicCodeBad(u8u8),
    BadChecksum(u8u8),
    IndexBeyondContextMapSize(u8u8),
    PredictionModeOutOfBounds(u8),
    DictWordSizeTooLarge(u8),
    DictTransformIndexUndefined(u8),
    BrotliCompressStreamFail(u8u8),
    BrotliInternalEncodeStreamNeedsOutputWithoutFlush,
    MagicNumberWrongA(u8u8),
    MagicNumberWrongB(u8u8),
    BadWindowSize(u8),
    MissingAllocator(u8),
    WrongInternalDecoderState,
    WrongInternalEncoderState(u8),
    UnintendedCodecState(u8),
    MainFunctionCalledFromThread(u8),
    DecodingDecoderAlreadyFreed,
    AdvContextMapNotBoolean(u8),
}

Variants

Trait Implementations

impl Copy for ErrMsg
[src]

impl Clone for ErrMsg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ErrMsg
[src]

Formats the value using the given formatter. Read more

impl Display for ErrMsg
[src]

Formats the value using the given formatter. Read more

impl Error for ErrMsg
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for ErrMsg

impl Sync for ErrMsg