Struct janus_plugin::JanusError [] [src]

pub struct JanusError(pub i32);

An error emitted by the Janus core in response to a plugin.

Methods

impl JanusError
[src]

[src]

Returns Janus's description text for this error.

Trait Implementations

impl Debug for JanusError
[src]

[src]

Formats the value using the given formatter.

impl Clone for JanusError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for JanusError
[src]

impl Error for JanusError
[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

impl Display for JanusError
[src]

[src]

Formats the value using the given formatter. Read more