ndhistogram

Module error

Source
Expand description

Provides errors that may be returned by Histograms.

Structs§

  • Returned if a Histogram binary operation fails (such as h1 + h2). for example because the two histograms have incompatible binning.

Enums§

  • Errors that can occur when creating an Axis, usually due to invalid input parameters.
  • All errors that can occur in this crate can be converted into this type to make handling errors from this crate easier if the user does not care about the specific details of the cause of the error.