Enum ipp::IppError [] [src]

pub enum IppError {
    HttpError(Error),
    IOError(Error),
    RequestError(String),
    AttributeError(String),
    StatusError(u16),
    TagError(u8),
}

IPP value

Variants

Trait Implementations

impl Debug for IppError
[src]

Formats the value using the given formatter.

impl From<Error> for IppError
[src]

Performs the conversion.

impl From<Error> for IppError
[src]

Performs the conversion.