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
id: &'a str
Identifier argument.
name: &'a str
Specific node that triggered the error, this is a substring of id.
inner: InnerError
The actual error.