pub enum PlyError {
LoadError,
LoadStartNotFound,
LoadFormatNotFound,
LoadWrongPropertyCount,
LoadVertexIndexDefinitionNotFound,
LoadHeaderEndNotFound,
LoadVertexCountNotFound,
LoadFaceCountNotFound,
LoadVertexCountIncorrect,
LoadVerticesIncorrect,
}
Variants
LoadError
LoadStartNotFound
LoadFormatNotFound
LoadWrongPropertyCount
LoadVertexIndexDefinitionNotFound
LoadVertexCountNotFound
LoadFaceCountNotFound
LoadVertexCountIncorrect
LoadVerticesIncorrect
Methods
fn as_str(&self) -> &'static str
Returns readable text for the PlyError