Table of Contents

Property LastFailure

Namespace
MailFathom.Domain.Mutations
Assembly
MailFathom.Domain.dll

LastFailure

Gets the failure the last attempt ended in, or null while no attempt has failed.

public required MailFathomErrorCode? LastFailure { get; init; }

Property Value

MailFathomErrorCode?

Remarks

The code is kept and the message is not. A code is a stable identity an operator can look up, while a message is text assembled at the failure site, and the record is read by an operator asking which mutations are stuck rather than by anybody re-reading a log line.