Enum sounding_analysis::AnalysisError [−][src]
pub enum AnalysisError {
MissingProfile,
MissingValue,
NotEnoughData,
NoDataProfile,
InvalidInput,
InterpolationError,
FailedPrerequisite,
MetForError,
}Expand description
Error type for the crate.
Variants
A profile that is required for this analysis is missing.
A value (surface value, index, location, etc) that is required is not available.
Not enough data available for anlaysis
There is no data available that meets the requirements.
Bad or invalid input.
Missing data during interpolation, or it would have been extrapolation
Failed a pre-reequisite for this analysis
Forward an error from the metfor crate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AnalysisErrorimpl Send for AnalysisErrorimpl Sync for AnalysisErrorimpl Unpin for AnalysisErrorimpl UnwindSafe for AnalysisErrorBlanket Implementations
Mutably borrows from an owned value. Read more