Enum nakadion::api::CreateEventTypeError[][src]

pub enum CreateEventTypeError {
    Unauthorized(String),
    Conflict(String),
    UnprocessableEntity(String),
    Other(String),
}

Variants

Already exists

Methods

impl CreateEventTypeError
[src]

Trait Implementations

impl Debug for CreateEventTypeError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations