Enum fits_rs::types::ValueRetrievalError [] [src]

pub enum ValueRetrievalError {
    NotAnInteger,
    ValueUndefined,
    KeywordNotPresent,
}

When asking for a value, these things can go wrong.

Variants

The value associated with this keyword is not an integer.

There is no value associated with this keyword.

The keyword is not present in the header.

Trait Implementations

impl Debug for ValueRetrievalError
[src]

Formats the value using the given formatter.