Property StoredEmailIdentifierMalformed
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
StoredEmailIdentifierMalformed
Gets subcategory 1, request validation: a request named an email by text that is not an identifier this system issues.
public static MailFathomErrorCode StoredEmailIdentifierMalformed { get; }
Property Value
Remarks
It is separate from StoredEmailNotFound because the two answer different questions: this one says the request never named an email at all, while that one says an email was named and is not held here. Reporting a malformed identifier as an absent email would tell a caller that a typo is a message someone deleted.