Table of Contents

Method RequestIdAlreadyAskedForAnother

Namespace
MailFathom.Application.Mail.Mutations.Authoring.Failures
Assembly
MailFathom.Application.dll

RequestIdAlreadyAskedForAnother()

Refuses a request identity that already names this change on this email with different terms.

public static MailFlagChangeInvalidException RequestIdAlreadyAskedForAnother()

Returns

MailFlagChangeInvalidException

The failure to raise.

Remarks

The identity is what makes a retry the same request, so a second call sending it with a different value is either a caller reusing an identity it should have replaced or two callers that picked the same text. Answering with the earlier record would report the change as written down while the mailbox never moves, and the result publishes the record rather than the terms, so nothing the caller receives would say otherwise.