[go: up one dir, main page]

Module error

Module error 

Source
Expand description

Error type definitions.

Structs§

IoError
The error type for I/O operations of the Read, Write, Seek, and associated traits.

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 Result type for I/O operations.
Result
A result that may contain an exr error.
UnitResult
A result that, if ok, contains nothing, and otherwise contains an exr error.