Struct libcantal::Error []

pub struct Error(_);

Error of exporting metrics

Can be triggered on cantal::start or cantal::start_by_reading. And may be ignored if metrics are not crucial for the application.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Display for Error

Formats the value using the given formatter. Read more

impl From<ErrorEnum> for Error

Performs the conversion.

impl Error for Error

A short description of the error. Read more

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