Expand description
Error type definitions.
Structs§
Enums§
- Error
- An error that may happen while reading or writing an exr file. Distinguishes between three types of errors: unsupported features, invalid data, and file system errors.
Type Aliases§
- IoResult
- A specialized
Resulttype for I/O operations. - Result
- A result that may contain an exr error.
- Unit
Result - A result that, if ok, contains nothing, and otherwise contains an exr error.