Module eccodes::errors[][src]

Expand description

Module containing all error types used by the crate

This crate uses thiserror crate to define its error types.

If you encounter an error that you believe is a result of implementation bug rather then user’s mistake post an issue on Github.

Enums

Errors returned by the crate’s functions. These are the only errors that the user may face.

Errors returned by internal ecCodes library functions. Copied directly from the ecCodes API.