Skip to main content

Module error

Module error 

Source
Expand description

Error type for target-match.

Every fallible entry point returns Result. The only construction this crate itself validates is optics/field geometry — coordinate parsing and domain checks happen in skymath when the consumer builds an skymath::Equatorial, and surface as skymath::Error. Matching and precession are infallible once inputs are valid values.

Enums§

Error
Everything that can go wrong constructing target-match values.

Type Aliases§

Result
Convenience alias for Result<T, Error>.