Table of Contents

Property OutgoingMailCeilingReached

Namespace
MailFathom.Domain.Failures
Assembly
MailFathom.Domain.dll

OutgoingMailCeilingReached

Gets subcategory 7, ceilings: sending a message would carry a period past a ceiling this deployment configured on how much mail may leave.

public static MailFathomErrorCode OutgoingMailCeilingReached { get; }

Property Value

MailFathomErrorCode

Remarks

It sits beside the answering budget rather than with the capability failures for the reason that one does: nothing is degraded and nothing is misconfigured, the operator declared how much may leave in a period and that much has been asked for, so waiting for the period to roll over is an act that changes the answer. One code covers all six ceilings — messages and recipients, for an account, for the deployment, and for one caller — because the message names which was reached and the remedy is the same for each. It answers one bound nobody configured as well, a period already counting as many distinct callers as this deployment holds counts for, for that same reason: the period rolling over is what changes the answer there too.