Table of Contents

Property MailAnsweringUnavailable

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

MailAnsweringUnavailable

Gets subcategory 6, capability: a request asked for something this deployment does not currently serve.

public static MailFathomErrorCode MailAnsweringUnavailable { get; }

Property Value

MailFathomErrorCode

Remarks

A subcategory of its own because it is about the deployment rather than about the request: nothing the caller wrote caused it, and no rewriting of the request reaches an answer. It is separate from the access failures for the same reason — an account this deployment does not serve is a refusal about that caller's request, while this says the capability is absent for everyone. One code covers a capability that was never configured and one that is momentarily unable to run, because the message says which and neither is something a client can act on beyond deciding whether to ask again.