Skip to content

EopLookupError

Defined in: error.rs:51

pub enum EopLookupError {
Empty,
OutOfRange { mjd: f64, start: f64, end: f64 },
}

Error during EOP table lookup.

The table is empty.


mjd: f64 start: f64 end: f64

The requested MJD is outside the table range.