Skip to main content

Module error

Module error 

Source
Expand description

Error codes and error types for the RVF format.

Error codes are 16-bit unsigned integers where the high byte identifies the category and the low byte the specific error.

Enumsยง

ErrorCode
Wire-format error code (u16). The high byte is the category, the low byte is the specific error within that category.
RvfError
Rust-idiomatic error type wrapping format-level failures.