Enum actions::Error[][src]

pub enum Error {
    Timeline(TimelineError),
    Apply(ApplyError),
}

The errors defined by the actions library.

Variants

An error caused by a timeline.

An error caused by applying an action.

Trait Implementations

impl Debug for ActionsError
[src]

Formats the value using the given formatter. Read more

impl Display for ActionsError
[src]

Formats the value using the given formatter. Read more

impl Error for ActionsError
[src]

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

This method is soft-deprecated. Read more

Auto Trait Implementations

impl !Send for Error

impl !Sync for Error