Enum nakadion::publisher::PublishError[][src]

pub enum PublishError {
    Unauthorized(StringFlowId),
    Forbidden(StringFlowId),
    UnprocessableEntity(StringFlowId),
    Serialization(String),
    Token(String),
    Other(StringFlowId),
}

Errors that can happen when publishing to Nakadi.

Variants

Already exists

Methods

impl PublishError
[src]

Trait Implementations

impl Debug for PublishError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations