Enum las::error::Error
[−]
[src]
pub enum Error { Byteorder(Error), InvalidClassification(u8), InvalidNumberOfReturns(u8), InvalidPointDataFormat(u8), InvalidReturnNumber(u8), Io(Error), PointFormat(PointDataFormat, String), }
Crate-specific errors.
Variants
Byteorder | Wraps |
InvalidClassification | Invalid classification value. |
InvalidNumberOfReturns | Point number of returns was out of bounds. |
InvalidPointDataFormat | Unrecognized point data format. |
InvalidReturnNumber | Point return number was out of allowed bounds. |
Io | Wraps |
PointFormat | Tried to write a point to a format it doesn't support. |