Table of Contents

Enum GovernanceEmissionStatus

Namespace
AsiBackbone.Core.Emissions
Assembly
AsiBackbone.Core.dll

Defines provider-neutral emission result states.

public enum GovernanceEmissionStatus

Fields

DeadLettered = 500

The emission reached a terminal dead-letter state.

Deferred = 300

The emission was intentionally deferred and may be retried later according to host policy.

Delivered = 200

The emission was delivered successfully.

Failed = 400

The emission failed and the caller or host policy must decide whether retry is appropriate.

Pending = 100

The emission was accepted locally or by an outbox but has not been delivered downstream yet.

RetryableFailure = 410

The emission failed in a way that is expected to be retryable.