Aller au contenu
Français

KeyValueOperationFailedMessage

Ce contenu n’est pas encore disponible dans votre langue.

KeyValueOperationFailedMessage = object

Defined in: src/io/broker/JetStreamKeyValueActor.ts:102

One operation failed. Carries the command kind that failed so a single collector can tell a lost write from a lost read; the most common cause is a compare-and-swap conflict on put.

readonly optional key?: string

Defined in: src/io/broker/JetStreamKeyValueActor.ts:105


readonly kind: "keyValueOperationFailed"

Defined in: src/io/broker/JetStreamKeyValueActor.ts:103


readonly operation: JetStreamKeyValueCommand["kind"]

Defined in: src/io/broker/JetStreamKeyValueActor.ts:104


readonly reason: string

Defined in: src/io/broker/JetStreamKeyValueActor.ts:106