Enum mpvipc::ErrorCode [] [src]

pub enum ErrorCode {
    MpvError(String),
    JsonParseError(String),
    ConnectError(String),
    UnexpectedResult,
    UnexpectedValue,
    UnsupportedType,
    ValueDoesNotContainBool,
    ValueDoesNotContainF64,
    ValueDoesNotContainHashMap,
    ValueDoesNotContainPlaylist,
    ValueDoesNotContainString,
    ValueDoesNotContainUsize,
}

Variants

Trait Implementations

impl Debug for ErrorCode
[src]

Formats the value using the given formatter.

impl Display for ErrorCode
[src]

Formats the value using the given formatter. Read more