Discard Reason
Why cached events were thrown away without being delivered.
New reasons may be added in minor releases; keep an else branch when matching on this.
Entries
Link copied to clipboard
Evicted to keep the cache under its capacity bound.
Link copied to clipboard
The cached body will not parse back into an event, so nothing can ever send it.
Link copied to clipboard
The API rejected it with a 4xx; retrying the same body would be rejected again.
Link copied to clipboard
The record's event type cannot be determined, so nothing knows where to send it.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.