KeyValueOperationFailedMessage
Esta página aún no está disponible en tu idioma.
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.
Properties
Section titled “Properties”
readonlyoptionalkey?:string
Defined in: src/io/broker/JetStreamKeyValueActor.ts:105
readonlykind:"keyValueOperationFailed"
Defined in: src/io/broker/JetStreamKeyValueActor.ts:103
operation
Section titled “operation”
readonlyoperation:JetStreamKeyValueCommand["kind"]
Defined in: src/io/broker/JetStreamKeyValueActor.ts:104
reason
Section titled “reason”
readonlyreason:string
Defined in: src/io/broker/JetStreamKeyValueActor.ts:106
