Struct ply_rs::ply::ConsistencyError [] [src]

pub struct ConsistencyError { /* fields omitted */ }

Contains a description, why a given Ply object isn't consistent and could not be made consistent.

Methods

impl ConsistencyError
[src]

[src]

Create a new error object with a given description of the problem.

Trait Implementations

impl Debug for ConsistencyError
[src]

[src]

Formats the value using the given formatter.

impl Display for ConsistencyError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ConsistencyError
[src]

[src]

A short description of the error. Read more

[src]

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