ExBifrost.Model.WebhookDeliveryOutcome (ex_bifrost v0.1.0)

Copy Markdown View Source

Outcome of a single delivery attempt: - delivered: the receiver returned 2xx - retryable_failure: failed but will be retried - permanent_failure: failed in a way that is not retried - exhausted: retries were used up without success

Summary

Types

t()

@type t() :: %ExBifrost.Model.WebhookDeliveryOutcome{}

Functions

decode(value)