Table of Contents

Property LastFailure

Namespace
MailFathom.Domain.Delivery
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 may carry what a remote server wrote, so the record holds the first and never the second.