Skip to content

Commit

Permalink
Error description added.
Browse files Browse the repository at this point in the history
  • Loading branch information
FractalFir committed Jun 9, 2023
1 parent 9cbb724 commit 43c3615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,7 @@ pub enum TMFImportError {
NoDataBeforeOmmitedSegment,
#[error("Byte precision is too high ({0}: over 64 bits) and is invalid.")]
InvalidPrecision(u8),
#[error("This compression type is not supported for a segment.")]
UnsuportedCompressionType(u8),
}
/// An error which occured when a `TMFMesh` is exported.
Expand Down

0 comments on commit 43c3615

Please sign in to comment.