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]
Trait Implementations
impl Debug for JanusError[src]
impl Clone for JanusError[src]
fn clone(&self) -> JanusError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for JanusError[src]
impl Error for JanusError[src]
fn description(&self) -> &'static str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more