UnresolvedRecipientResult
Ce contenu n’est pas encore disponible dans votre langue.
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.
Properties
Section titled “Properties”
readonlykind:"unresolved-recipient"
Defined in: src/deadletters/DeadLetterEntry.ts:114
recipientPath
Section titled “recipientPath”
readonlyrecipientPath:string
Defined in: src/deadletters/DeadLetterEntry.ts:116
The path that was attempted — the alternate when one was given.
