Skip to main content

Module error

Module error 

Source
Expand description

Error types for the OpenJPH-RS codec — port of the C++ exception model.

The C++ library uses three severity levels (INFO / WARN / ERROR) with integer error codes. This module maps that model onto a single OjphError enum backed by thiserror.

Enums§

OjphError
Top-level error type returned by all fallible codec operations.

Type Aliases§

Result
Convenience alias used throughout the crate.