Skip to main content

Module error

Module error 

Source
Expand description

Error types for RAW image processing.

This module defines comprehensive error types for TIFF parsing, format-specific errors, and I/O errors.

Errors are organized into categories:

Enums§

EncodeError
Output encoding errors.
FormatError
Format-specific decode errors.
ParseError
TIFF and binary parse errors.
ProcessingError
Processing pipeline errors.
RawError
Main error type for the rawshift library.

Type Aliases§

RawResult
Result type alias using RawError.