Module fitsio::errors [] [src]

Errors and error handling

This mostly concerns converting to and from the main error type defined in this crate: Error

Structs

IndexError

Error raised when the user requests invalid indexes for data

Enums

Error

Enumeration of all error types

Type Definitions

Result

Handy error type for use internally