Property Failure
- Namespace
- MailFathom.Domain.Mutations.Audit
- Assembly
- MailFathom.Domain.dll
Failure
Gets the code of the failure an abandoned change was given up on for, and null for one that was performed.
public required MailFathomErrorCode? Failure { get; init; }
Property Value
Remarks
The code is kept and the message is not, for the reason the mutation record keeps only the code: a code is a stable identity somebody can look up months later, while a message is text assembled at the failure site.