Module eccodes::errors

source ·
Expand description

Definition of errors returned by this crate

This crate uses thiserror to define its error types.

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

Enums§

  • Errors returned by the all functions in the crate.
  • Errors returned by internal ecCodes library functions. Copied directly from the ecCodes API.
  • MessageNdarrayErrormessage_ndarray
    Errors returned by the message_ndarray module.