Struct vtd_xml::VtdError [] [src]

pub struct VtdError {
    pub et: ExceptionType,
    pub subtype: i32,
    pub msg: String,
    pub sub_msg: String,
}

Fields

Trait Implementations

impl Debug for VtdError
[src]

Formats the value using the given formatter.

impl Display for VtdError
[src]

Formats the value using the given formatter. Read more

impl Error for VtdError
[src]

A short description of the error. Read more

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