Enum gltf::Error
[−]
[src]
pub enum Error {
Deserialize(Error),
Glb(Error),
Validation(Vec<(Path, Error)>),
}Represents a runtime error.
Variants
Deserialize(Error)JSON deserialization error.
Glb(Error)GLB parsing error.
Validation(Vec<(Path, Error)>)glTF validation error.
Trait Implementations
impl Debug for Error[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Display for Error[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Error for Error[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more