Enum nakadion::api::CommitError[][src]

pub enum CommitError {
    TokenError(String),
    Connection(String),
    SubscriptionNotFound(StringFlowId),
    UnprocessableEntity(StringFlowId),
    Server(StringFlowId),
    Client(StringFlowId),
    Other(StringFlowId),
}

Variants

Trait Implementations

impl Debug for CommitError
[src]

Formats the value using the given formatter. Read more

impl From<TokenError> for CommitError
[src]

Performs the conversion.

impl From<Error> for CommitError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for CommitError

impl Sync for CommitError