Enum copra::service::MethodError [] [src]

pub enum MethodError {
    UnknownError,
    CodecError,
}

[WIP] Error return by service providers

Variants

[WIP] Other errors that might be worth discussion

Failed to decode message

Trait Implementations

impl Clone for MethodError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MethodError
[src]

[src]

Formats the value using the given formatter.

impl Display for MethodError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for MethodError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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