Enum bcndecode::Error [] [src]

pub enum Error {
    ImageDecodingError,
    InvalidImageSize,
    FeatureNotImplemented,
    InvalidPixelFormat,
}

The error type for all bcn decoding operations.

Variants

Decoding failed due to incorrect source data.

Size of the image is invalid.

Requested feature is not implemented.

Pixel format is invalid for the given decoding

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Error for Error
[src]

A short description of the error. Read more

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

impl Display for Error
[src]

Formats the value using the given formatter. Read more