Table of Contents

Property EmbeddingProviderCredentialRejected

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

EmbeddingProviderCredentialRejected

Gets subcategory 1, credentials: an embedding provider refused the credential this deployment presented.

public static MailFathomErrorCode EmbeddingProviderCredentialRejected { get; }

Property Value

MailFathomErrorCode

Remarks

Separate from every availability failure because the two ask opposite things of the operator: an unreachable endpoint is waited out, while a refused credential stays refused until somebody rotates it. It is also the one provider failure that must never be repeated, since repeating a rejected key spends the account's request budget to receive the same answer.