Property AttemptFailure
- Namespace
- MailFathom.Application.Jobs.Execution
- Assembly
- MailFathom.Application.dll
AttemptFailure
Gets what one failed attempt recorded and what became of the job, and null when nothing failed.
public JobAttemptFailure? AttemptFailure { get; init; }
Property Value
Remarks
One member rather than several nullable ones, because a classification, a reason, a disposition, and a next attempt are one answer about one failure: any of them present without the others would describe a state the queue cannot be in.