Table of Contents

Property LastError

Namespace
Millrace.Storage
Assembly
Millrace.dll

LastError

Message from the most recent failure.

public string? LastError { get; init; }

Property Value

string

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.