Enum gltf_json::validation::Error []

pub enum Error {
    IndexOutOfBounds,
    Invalid,
    Missing,
}

Specifies what kind of error occured during validation.

Variants

An index was found to be out of bounds.

An invalid value was identified.

Some required data has been omitted.

Trait Implementations

impl Clone for Error

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Error

Formats the value using the given formatter.

impl PartialEq for Error

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

This method tests for !=.

impl Error for Error

A short description of the error. Read more

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

impl Display for Error

Formats the value using the given formatter. Read more