Table of Contents

Enum DeadLetteredJobQueryOutcome

Namespace
MailFathom.Application.Jobs.DeadLetters
Assembly
MailFathom.Application.dll

States whether a request named a page of dead letters, and what stopped it when it did not.

public enum DeadLetteredJobQueryOutcome

Fields

Accepted = 0

The request names a page, and the query is present.

CursorFilterMismatch = 3

The continuation cursor was issued for a different set of filters than the request carries.

JobTypeUnknown = 2

The type filter names no job type this build declares.

PageSizeOutOfRange = 1

The page size asked for lies outside the range the reading serves.