Skip to main content

Module error

Module error 

Source
Expand description

Error types for the gnss-time crate.

This module defines the unified error type used across all fallible operations in the crate, including conversions, arithmetic, and time-scale transformations.

The design follows a strict principle:

  • No hidden failure modes โ€” all fallible operations return Result
  • Explicit error context โ€” each variant describes a recoverable class of failure
  • #[non_exhaustive] for forward compatibility

Enumsยง

GnssTimeError
Errors returned by fallible gnss-time operations.