콘텐츠로 이동
한국어

UnresolvedRecipientResult

이 콘텐츠는 아직 번역되지 않았습니다.

UnresolvedRecipientResult = object

Defined in: src/deadletters/DeadLetterEntry.ts:113

The destination resolves to no actor, so the letter stays put.

Deliberately one variant and not two. A redirect that misses reports the alternate here rather than through a separate unresolved-alternate-recipient kind, because the caller is the one who chose the destination and already knows which path it named — a second variant would carry no information the call site does not have, while every consumer would have to handle both to mean the same thing.

readonly kind: "unresolved-recipient"

Defined in: src/deadletters/DeadLetterEntry.ts:114


readonly recipientPath: string

Defined in: src/deadletters/DeadLetterEntry.ts:116

The path that was attempted — the alternate when one was given.