Enum GovernanceEmissionStatus
- Namespace
- AsiBackbone.Core.Emissions
- Assembly
- AsiBackbone.Core.dll
Defines provider-neutral emission result states.
public enum GovernanceEmissionStatus
Fields
DeadLettered = 500The emission reached a terminal dead-letter state.
Deferred = 300The emission was intentionally deferred and may be retried later according to host policy.
Delivered = 200The emission was delivered successfully.
Failed = 400The emission failed and the caller or host policy must decide whether retry is appropriate.
Pending = 100The emission was accepted locally or by an outbox but has not been delivered downstream yet.
RetryableFailure = 410The emission failed in a way that is expected to be retryable.