PermanentFailure

data class PermanentFailure(val cause: Throwable) : DeliveryOutcome

A non-recoverable error. The event will be moved directly to the dead-letter queue.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard

The underlying error.