Enum sounding_analysis::AnalysisError [−][src]
pub enum AnalysisError {
MissingProfile,
MissingValue,
NotEnoughData,
NoDataProfile,
InvalidInput,
InterpolationError,
MetForError(MetForErr),
}Error type for the crate.
Variants
MissingProfileA profile that is required for this analysis is missing.
MissingValueA value (surface value, index, location, etc) that is required is not available.
NotEnoughDataNot enough data available for anlaysis
NoDataProfileThere is no data available that meets the requirements.
InvalidInputBad or invalid input.
InterpolationErrorMissing data during interpolation, or it would have been extrapolation
MetForError(MetForErr)Forward an error from the metfor crate
Methods
impl AnalysisError[src]
impl AnalysisErrorTrait Implementations
impl Clone for AnalysisError[src]
impl Clone for AnalysisErrorfn clone(&self) -> AnalysisError[src]
fn clone(&self) -> AnalysisErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for AnalysisError[src]
impl Copy for AnalysisErrorimpl PartialEq for AnalysisError[src]
impl PartialEq for AnalysisErrorfn eq(&self, other: &AnalysisError) -> bool[src]
fn eq(&self, other: &AnalysisError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AnalysisError) -> bool[src]
fn ne(&self, other: &AnalysisError) -> boolThis method tests for !=.
impl Eq for AnalysisError[src]
impl Eq for AnalysisErrorimpl Debug for AnalysisError[src]
impl Debug for AnalysisErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<MetForErr> for AnalysisError[src]
impl From<MetForErr> for AnalysisErrorAuto Trait Implementations
impl Send for AnalysisError
impl Send for AnalysisErrorimpl Sync for AnalysisError
impl Sync for AnalysisError