Errored

data class Errored(val message: UiText, val payload: RedactedPayload = RedactedPayload.EMPTY) : PaymentStep

The flow itself broke (network, config, unexpected) — distinct from a declined payment.

Constructors

Link copied to clipboard
constructor(message: UiText, payload: RedactedPayload = RedactedPayload.EMPTY)

Properties

Link copied to clipboard
Link copied to clipboard
open override val payload: RedactedPayload