Property JobPayloadTooLarge
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
JobPayloadTooLarge
Gets subcategory 4, durable jobs: a job payload serialized to more than the enqueue boundary accepts.
public static MailFathomErrorCode JobPayloadTooLarge { get; }
Property Value
Remarks
It is a subcategory of its own rather than one more schema-state failure, because nothing about the database is wrong when it is raised. A payload holds references and every reference this system composes is short, so a document over the bound is evidence that something copied content into job state — which is a defect in the enqueuer and the one thing the payload contract exists to keep out of the queue.