Enum nakadion::api::DeleteEventTypeError[][src]

pub enum DeleteEventTypeError {
    Unauthorized(String),
    Forbidden(String),
    Other(String),
}

Variants

Methods

impl DeleteEventTypeError
[src]

Trait Implementations

impl Debug for DeleteEventTypeError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations