GfzParseError
Defined in: gfz.rs:22
pub enum GfzParseError { ParseField { line_number: usize, field: &'static str, value: String }, NoData,}Parse error for GFZ space weather files.
Variants
Section titled “Variants”ParseField
Section titled “ParseField”line_number: usize field: &‘static str value: String
Failed to parse a numeric field.
NoData
Section titled “NoData”No data records found.