Enum jmespath::ErrorReason [] [src]

pub enum ErrorReason {
    Parse(String),
    Runtime(RuntimeError),
}

Error context to provide specific details about an error.

Variants

An error occurred while parsing an expression.

An error occurred while evaluating an expression.

Trait Implementations

impl Clone for ErrorReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ErrorReason
[src]

Formats the value using the given formatter.

impl PartialEq for ErrorReason
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for ErrorReason
[src]

Formats the value using the given formatter. Read more