Enum rust_3d::prelude::ErrorKind
[−]
[src]
pub enum ErrorKind {
MinMaxSwapped,
MinMaxEqual,
TooFewPoints,
BoundingBoxMissing,
NormalizeVecWithoutLength,
IOError,
ParseError,
IndexOutOfBounds,
IncorrectFaceID,
IncorrectVertexID,
IncorrectEdgeID,
IncorrectVoxelID,
IncorrectUnitID,
IncorrectDimension,
DimensionsDontMatch,
NumberConversionError,
NumberInWrongRange,
ComparisionFailed,
PlyError(PlyError),
}The Error Enum used by rust-3d
Variants
MinMaxSwappedMinMaxEqualTooFewPointsBoundingBoxMissingNormalizeVecWithoutLengthIOErrorParseErrorIndexOutOfBoundsIncorrectFaceIDIncorrectVertexIDIncorrectEdgeIDIncorrectVoxelIDIncorrectUnitIDIncorrectDimensionDimensionsDontMatchNumberConversionErrorNumberInWrongRangeComparisionFailedPlyError(PlyError)
Methods
impl ErrorKind[src]
Trait Implementations
impl Debug for ErrorKind[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more