Enum xray::XrayError[][src]

pub enum XrayError {
    Io(IoError),
    CaptureError,
    Screenshot(ScreenshotError),
}

Reasons that a test could fail.

Variants

Trait Implementations

impl Display for XrayError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for XrayError

impl Sync for XrayError