コンテンツにスキップ

EopLookupError

このコンテンツはまだ日本語訳がありません。

Defined in: error.rs:52

Available on crate feature alloc only.

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.