Class EmailContentReadDuplicateEmailException
- Namespace
- MailFathom.Application.Emails.GetEmailContent
- Assembly
- MailFathom.Application.dll
The failure raised when one read names the same email more than once.
public sealed class EmailContentReadDuplicateEmailException : MailFathomException, ISerializable
- Inheritance
-
EmailContentReadDuplicateEmailException
- Implements
- Inherited Members
Remarks
Neither answer to a repeated identifier is one this system may choose for the caller. Serving it twice spends the read's character budget on content the caller already holds and displaces an email it has not read; collapsing it returns fewer entries than were named, which a caller reading results positionally cannot detect.
The message names no identifier. Which one was repeated is the caller's own input on its way into a client-readable result, and the caller holds the list it sent.
Constructors
- EmailContentReadDuplicateEmailException()
Initializes the failure.
Properties
- ErrorCode
Gets the stable code identifying this failure to a boundary that must report it without naming a type.