Skip to content

Sgp4Error

Defined in: sgp4.rs:33

Available on crate feature sgp4 only.

pub enum Sgp4Error {
Initialization,
Diverged,
}

Error raised while building or running an SGP4 propagator.

The mean elements could not initialize a propagator — a non-positive mean motion or an epoch eccentricity outside [0, 1).


Propagation to the requested time could not produce a valid state: orbital decay, a negative semi-latus rectum, a perturbed eccentricity outside [0, 1), or a non-finite request time.