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