type alias IntegrationEventRejectionReason
Since 0.6.0

Why an integration-event delivery was refused before the application handler ran. The four values are the four distinct producer-side faults an operator triaging a dead-letter needs to tell apart.

Definition

"malformed" | "type-mismatch" | "version-mismatch" | "parse"

Usage

import { type IntegrationEventRejectionReason } from "messaging-plugin/src/index.ts";