Module exr::error

source ·
Expand description

Error type definitions.

Structs§

Enums§

  • 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§

  • A specialized Result type for I/O operations.
  • A result that may contain an exr error.
  • A result that, if ok, contains nothing, and otherwise contains an exr error.