Struct cvar::Error [] [src]

pub struct Error<'a> {
    pub id: &'a str,
    pub name: &'a str,
    pub inner: InnerError,
    // some fields omitted
}

Contextual error.

Fields

Identifier argument.

Specific node that triggered the error, this is a substring of id.

The actual error.

Methods

impl<'a> Error<'a>
[src]

Trait Implementations

impl<'a> Debug for Error<'a>
[src]

Formats the value using the given formatter.

impl<'a> Display for Error<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> StdError for Error<'a>
[src]

A short description of the error. Read more

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