Enum emcee::errors::EmceeError [] [src]

pub enum EmceeError {
    InvalidInputs(String),
    Msg(String),
}

General error class for any errors possible from emcee

Variants

Encapsulates if invalid parameters are given when trying to create an EnsembleSampler

General message type for ad-hoc messages

Trait Implementations

impl Debug for EmceeError
[src]

Formats the value using the given formatter.

impl Display for EmceeError
[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a str> for EmceeError
[src]

Performs the conversion.

impl Error for EmceeError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more