Variable JetStreamApiCodesConst
JetStreamApiCodes: {
ConsumerNotFound: 10014;
JetStreamNotEnabledForAccount: 10039;
NoMessageFound: 10037;
StreamNotFound: 10059;
StreamWrongLastSequence: 10071;
} = ...
Type declaration
Readonly
ConsumerNotFound: 10014
Readonly
JetStreamNotEnabledForAccount: 10039
Readonly
NoMessageFound: 10037
Readonly
StreamNotFound: 10059
Readonly
StreamWrongLastSequence: 10071