콘텐츠로 이동
한국어

KeyValueOperationFailedMessage

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

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