Property LastError
LastError
Message from the most recent failure.
public string? LastError { get; init; }
Property Value
Remarks
The latest one only — each failing transition overwrites it, so this is a current-state field and not a history. It survives into Dead, which is what makes a dead-lettered job explain itself.