pub struct ErrorCode(/* private fields */);
Implementations§
Source§impl ErrorCode
impl ErrorCode
Sourcepub const CLUSTER_PEER_NOT_MEMBER: ErrorCode
pub const CLUSTER_PEER_NOT_MEMBER: ErrorCode
Peer not a member
Sourcepub const CONSUMER_EPHEMERAL_WITH_DURABLE: ErrorCode
pub const CONSUMER_EPHEMERAL_WITH_DURABLE: ErrorCode
Consumer expected to be ephemeral but detected a durable name set in subject
Sourcepub const STREAM_EXTERNAL_DELETE_PREFIX_OVERLAPS: ErrorCode
pub const STREAM_EXTERNAL_DELETE_PREFIX_OVERLAPS: ErrorCode
Stream external delivery prefix overlaps with stream subject
Sourcepub const ACCOUNT_RESOURCES_EXCEEDED: ErrorCode
pub const ACCOUNT_RESOURCES_EXCEEDED: ErrorCode
Resource limits exceeded for account
Sourcepub const CLUSTER_NOT_AVAILABLE: ErrorCode
pub const CLUSTER_NOT_AVAILABLE: ErrorCode
Jetstream system temporarily unavailable
Sourcepub const STREAM_SUBJECT_OVERLAP: ErrorCode
pub const STREAM_SUBJECT_OVERLAP: ErrorCode
Subjects overlap with an existing stream
Sourcepub const STREAM_WRONG_LAST_SEQUENCE: ErrorCode
pub const STREAM_WRONG_LAST_SEQUENCE: ErrorCode
Wrong last sequence
Sourcepub const NAME_NOT_MATCH_SUBJECT: ErrorCode
pub const NAME_NOT_MATCH_SUBJECT: ErrorCode
Template name in subject does not match request
Sourcepub const CLUSTER_NO_PEERS: ErrorCode
pub const CLUSTER_NO_PEERS: ErrorCode
No suitable peers for placement
Sourcepub const CONSUMER_EPHEMERAL_WITH_DURABLE_NAME: ErrorCode
pub const CONSUMER_EPHEMERAL_WITH_DURABLE_NAME: ErrorCode
Consumer expected to be ephemeral but a durable name was set in request
Sourcepub const INSUFFICIENT_RESOURCES: ErrorCode
pub const INSUFFICIENT_RESOURCES: ErrorCode
Insufficient resources
Sourcepub const MIRROR_MAX_MESSAGE_SIZE_TOO_BIG: ErrorCode
pub const MIRROR_MAX_MESSAGE_SIZE_TOO_BIG: ErrorCode
Stream mirror must have max message size >= source
Sourcepub const STREAM_DELETE_FAILED: ErrorCode
pub const STREAM_DELETE_FAILED: ErrorCode
Generic error from stream deletion operation
Sourcepub const BAD_REQUEST: ErrorCode
pub const BAD_REQUEST: ErrorCode
Bad request
Sourcepub const NOT_SUPPORTED_IN_CLUSTER_MODE: ErrorCode
pub const NOT_SUPPORTED_IN_CLUSTER_MODE: ErrorCode
Not currently supported in clustered mode
Sourcepub const CONSUMER_NOT_FOUND: ErrorCode
pub const CONSUMER_NOT_FOUND: ErrorCode
Consumer not found
Sourcepub const SOURCE_MAX_MESSAGE_SIZE_TOO_BIG: ErrorCode
pub const SOURCE_MAX_MESSAGE_SIZE_TOO_BIG: ErrorCode
Stream source must have max message size >= target
Sourcepub const STREAM_ASSIGNMENT: ErrorCode
pub const STREAM_ASSIGNMENT: ErrorCode
Generic error when stream operation fails.
Sourcepub const STREAM_MESSAGE_EXCEEDS_MAXIMUM: ErrorCode
pub const STREAM_MESSAGE_EXCEEDS_MAXIMUM: ErrorCode
Message size exceeds maximum allowed
Sourcepub const STREAM_CREATE_TEMPLATE: ErrorCode
pub const STREAM_CREATE_TEMPLATE: ErrorCode
Generic error for stream creation error with a string
Sourcepub const INVALID_JSON: ErrorCode
pub const INVALID_JSON: ErrorCode
Invalid JSON
Sourcepub const STREAM_INVALID_EXTERNAL_DELIVERY_SUBJECT: ErrorCode
pub const STREAM_INVALID_EXTERNAL_DELIVERY_SUBJECT: ErrorCode
Stream external delivery prefix must not contain wildcards
Sourcepub const STREAM_RESTORE: ErrorCode
pub const STREAM_RESTORE: ErrorCode
Restore failed
Sourcepub const CLUSTER_INCOMPLETE: ErrorCode
pub const CLUSTER_INCOMPLETE: ErrorCode
Incomplete results
Sourcepub const NO_ACCOUNT: ErrorCode
pub const NO_ACCOUNT: ErrorCode
Account not found
Sourcepub const RAFT_GENERAL: ErrorCode
pub const RAFT_GENERAL: ErrorCode
General RAFT error
Sourcepub const RESTORE_SUBSCRIBE_FAILED: ErrorCode
pub const RESTORE_SUBSCRIBE_FAILED: ErrorCode
Jetstream unable to subscribe to restore snapshot
Sourcepub const STREAM_DELETE: ErrorCode
pub const STREAM_DELETE: ErrorCode
Stream deletion failed
Sourcepub const STREAM_EXTERNAL_API_OVERLAP: ErrorCode
pub const STREAM_EXTERNAL_API_OVERLAP: ErrorCode
Stream external api prefix must not overlap
Sourcepub const MIRROR_WITH_SUBJECTS: ErrorCode
pub const MIRROR_WITH_SUBJECTS: ErrorCode
Stream mirrors can not contain subjects
Sourcepub const JETSTREAM_NOT_ENABLED: ErrorCode
pub const JETSTREAM_NOT_ENABLED: ErrorCode
Jetstream not enabled
Sourcepub const JETSTREAM_NOT_ENABLED_FOR_ACCOUNT: ErrorCode
pub const JETSTREAM_NOT_ENABLED_FOR_ACCOUNT: ErrorCode
Jetstream not enabled for account
Sourcepub const SEQUENCE_NOT_FOUND: ErrorCode
pub const SEQUENCE_NOT_FOUND: ErrorCode
Sequence not found
Sourcepub const STREAM_MIRROR_NOT_UPDATABLE: ErrorCode
pub const STREAM_MIRROR_NOT_UPDATABLE: ErrorCode
Stream mirror configuration can not be updated
Sourcepub const STREAM_SEQUENCE_NOT_MATCH: ErrorCode
pub const STREAM_SEQUENCE_NOT_MATCH: ErrorCode
Expected stream sequence does not match
Sourcepub const STREAM_WRONG_LAST_MESSAGE_ID: ErrorCode
pub const STREAM_WRONG_LAST_MESSAGE_ID: ErrorCode
Wrong last msg id
Sourcepub const TEMP_STORAGE_FAILED: ErrorCode
pub const TEMP_STORAGE_FAILED: ErrorCode
Jetstream unable to open temp storage for restore
Sourcepub const STORAGE_RESOURCES_EXCEEDED: ErrorCode
pub const STORAGE_RESOURCES_EXCEEDED: ErrorCode
Insufficient storage resources available
Sourcepub const STREAM_MISMATCH: ErrorCode
pub const STREAM_MISMATCH: ErrorCode
Stream name in subject does not match request
Sourcepub const STREAM_NOT_MATCH: ErrorCode
pub const STREAM_NOT_MATCH: ErrorCode
Expected stream does not match
Sourcepub const MIRROR_CONSUMER_SETUP_FAILED: ErrorCode
pub const MIRROR_CONSUMER_SETUP_FAILED: ErrorCode
Setting up consumer mirror failed
Sourcepub const NOT_EMPTY_REQUEST: ErrorCode
pub const NOT_EMPTY_REQUEST: ErrorCode
Expected an empty request payload
Sourcepub const STREAM_NAME_EXIST: ErrorCode
pub const STREAM_NAME_EXIST: ErrorCode
Stream name already in use with a different configuration
Sourcepub const CLUSTER_TAGS: ErrorCode
pub const CLUSTER_TAGS: ErrorCode
Tags placement not supported for operation
Sourcepub const MAXIMUM_CONSUMERS_LIMIT: ErrorCode
pub const MAXIMUM_CONSUMERS_LIMIT: ErrorCode
Maximum consumers limit reached
Sourcepub const SOURCE_CONSUMER_SETUP_FAILED: ErrorCode
pub const SOURCE_CONSUMER_SETUP_FAILED: ErrorCode
General source consumer setup failure
Sourcepub const CONSUMER_CREATE: ErrorCode
pub const CONSUMER_CREATE: ErrorCode
Consumer creation failed
Sourcepub const CONSUMER_DURABLE_NAME_NOT_IN_SUBJECT: ErrorCode
pub const CONSUMER_DURABLE_NAME_NOT_IN_SUBJECT: ErrorCode
Consumer expected to be durable but no durable name set in subject
Sourcepub const STREAM_LIMITS: ErrorCode
pub const STREAM_LIMITS: ErrorCode
Stream limits error
Sourcepub const STREAM_REPLICAS_NOT_UPDATABLE: ErrorCode
pub const STREAM_REPLICAS_NOT_UPDATABLE: ErrorCode
Replicas configuration can not be updated
Sourcepub const STREAM_TEMPLATE_NOT_FOUND: ErrorCode
pub const STREAM_TEMPLATE_NOT_FOUND: ErrorCode
Template not found
Sourcepub const CLUSTER_NOT_ASSIGNED: ErrorCode
pub const CLUSTER_NOT_ASSIGNED: ErrorCode
Jetstream cluster not assigned to this server
Sourcepub const CLUSTER_NOT_LEADER: ErrorCode
pub const CLUSTER_NOT_LEADER: ErrorCode
Jetstream cluster can’t handle request
Sourcepub const CONSUMER_NAME_EXIST: ErrorCode
pub const CONSUMER_NAME_EXIST: ErrorCode
Consumer name already in use
Sourcepub const MIRROR_WITH_SOURCES: ErrorCode
pub const MIRROR_WITH_SOURCES: ErrorCode
Stream mirrors can’t also contain other sources
Sourcepub const STREAM_NOT_FOUND: ErrorCode
pub const STREAM_NOT_FOUND: ErrorCode
Stream not found
Sourcepub const CLUSTER_REQUIRED: ErrorCode
pub const CLUSTER_REQUIRED: ErrorCode
Jetstream clustering support required
Sourcepub const CONSUMER_DURABLE_NAME_NOT_SET: ErrorCode
pub const CONSUMER_DURABLE_NAME_NOT_SET: ErrorCode
Consumer expected to be durable but a durable name was not set
Sourcepub const MAXIMUM_STREAMS_LIMIT: ErrorCode
pub const MAXIMUM_STREAMS_LIMIT: ErrorCode
Maximum number of streams reached
Sourcepub const MIRROR_WITH_START_SEQUENCE_AND_TIME: ErrorCode
pub const MIRROR_WITH_START_SEQUENCE_AND_TIME: ErrorCode
Stream mirrors can not have both start seq and start time configured
Sourcepub const STREAM_SNAPSHOT: ErrorCode
pub const STREAM_SNAPSHOT: ErrorCode
Stream snapshot failed
Sourcepub const STREAM_UPDATE: ErrorCode
pub const STREAM_UPDATE: ErrorCode
Stream update failed
Sourcepub const CLUSTER_NOT_ACTIVE: ErrorCode
pub const CLUSTER_NOT_ACTIVE: ErrorCode
Jetstream not in clustered mode
Sourcepub const CONSUMER_DURABLE_NAME_NOT_MATCH_SUBJECT: ErrorCode
pub const CONSUMER_DURABLE_NAME_NOT_MATCH_SUBJECT: ErrorCode
Consumer name in subject does not match durable name in request
Sourcepub const MEMORY_RESOURCES_EXCEEDED: ErrorCode
pub const MEMORY_RESOURCES_EXCEEDED: ErrorCode
Insufficient memory resources available
Sourcepub const MIRROR_WITH_SUBJECT_FILTERS: ErrorCode
pub const MIRROR_WITH_SUBJECT_FILTERS: ErrorCode
Stream mirrors can not contain filtered subjects
Sourcepub const STREAM_CREATE: ErrorCode
pub const STREAM_CREATE: ErrorCode
Stream create failed with a string
Sourcepub const CLUSTER_SERVER_NOT_MEMBER: ErrorCode
pub const CLUSTER_SERVER_NOT_MEMBER: ErrorCode
Server is not a member of the cluster
Sourcepub const NO_MESSAGE_FOUND: ErrorCode
pub const NO_MESSAGE_FOUND: ErrorCode
No message found
Sourcepub const SNAPSHOT_DELIVER_SUBJECT_INVALID: ErrorCode
pub const SNAPSHOT_DELIVER_SUBJECT_INVALID: ErrorCode
Deliver subject not valid
Sourcepub const STREAM_GENERALOR: ErrorCode
pub const STREAM_GENERALOR: ErrorCode
General stream failure
Sourcepub const STREAM_INVALID_CONFIG: ErrorCode
pub const STREAM_INVALID_CONFIG: ErrorCode
Invalid stream config
Sourcepub const STREAM_REPLICAS_NOT_SUPPORTED: ErrorCode
pub const STREAM_REPLICAS_NOT_SUPPORTED: ErrorCode
Replicas > 1 not supported in non-clustered mode
Sourcepub const STREAM_MESSAGE_DELETE_FAILED: ErrorCode
pub const STREAM_MESSAGE_DELETE_FAILED: ErrorCode
Stream message delete failed
Sourcepub const PEER_REMAP: ErrorCode
pub const PEER_REMAP: ErrorCode
Peer remap failed
Sourcepub const STREAM_STORE_FAILED: ErrorCode
pub const STREAM_STORE_FAILED: ErrorCode
Stream store failed
Sourcepub const CONSUMER_CONFIG_REQUIRED: ErrorCode
pub const CONSUMER_CONFIG_REQUIRED: ErrorCode
Consumer config required
Sourcepub const CONSUMER_DELIVER_TO_WILDCARDS: ErrorCode
pub const CONSUMER_DELIVER_TO_WILDCARDS: ErrorCode
Consumer deliver subject has wildcards
Sourcepub const CONSUMER_PUSH_MAX_WAITING: ErrorCode
pub const CONSUMER_PUSH_MAX_WAITING: ErrorCode
Consumer in push mode can not set max waiting
Sourcepub const CONSUMER_DELIVER_CYCLE: ErrorCode
pub const CONSUMER_DELIVER_CYCLE: ErrorCode
Consumer deliver subject forms a cycle
Sourcepub const CONSUMER_MAX_PENDING_ACK_POLICY_REQUIRED: ErrorCode
pub const CONSUMER_MAX_PENDING_ACK_POLICY_REQUIRED: ErrorCode
Consumer requires ack policy for max ack pending
Sourcepub const CONSUMER_SMALL_HEARTBEAT: ErrorCode
pub const CONSUMER_SMALL_HEARTBEAT: ErrorCode
Consumer idle heartbeat needs to be >= 100ms
Sourcepub const CONSUMER_PULL_REQUIRES_ACK: ErrorCode
pub const CONSUMER_PULL_REQUIRES_ACK: ErrorCode
Consumer in pull mode requires ack policy
Sourcepub const CONSUMER_PULL_NOT_DURABLE: ErrorCode
pub const CONSUMER_PULL_NOT_DURABLE: ErrorCode
Consumer in pull mode requires a durable name
Sourcepub const CONSUMER_PULL_WITH_RATE_LIMIT: ErrorCode
pub const CONSUMER_PULL_WITH_RATE_LIMIT: ErrorCode
Consumer in pull mode can not have rate limit set
Sourcepub const CONSUMER_MAX_WAITING_NEGATIVE: ErrorCode
pub const CONSUMER_MAX_WAITING_NEGATIVE: ErrorCode
Consumer max waiting needs to be positive
Sourcepub const CONSUMER_HEARTBEAT_REQUIRES_PUSH: ErrorCode
pub const CONSUMER_HEARTBEAT_REQUIRES_PUSH: ErrorCode
Consumer idle heartbeat requires a push based consumer
Sourcepub const CONSUMER_FLOW_CONTROL_REQUIRES_PUSH: ErrorCode
pub const CONSUMER_FLOW_CONTROL_REQUIRES_PUSH: ErrorCode
Consumer flow control requires a push based consumer
Sourcepub const CONSUMER_DIRECT_REQUIRES_PUSH: ErrorCode
pub const CONSUMER_DIRECT_REQUIRES_PUSH: ErrorCode
Consumer direct requires a push based consumer
Sourcepub const CONSUMER_DIRECT_REQUIRES_EPHEMERAL: ErrorCode
pub const CONSUMER_DIRECT_REQUIRES_EPHEMERAL: ErrorCode
Consumer direct requires an ephemeral consumer
Sourcepub const CONSUMER_ON_MAPPED: ErrorCode
pub const CONSUMER_ON_MAPPED: ErrorCode
Consumer direct on a mapped consumer
Sourcepub const CONSUMER_FILTER_NOT_SUBSET: ErrorCode
pub const CONSUMER_FILTER_NOT_SUBSET: ErrorCode
Consumer filter subject is not a valid subset of the interest subjects
Sourcepub const CONSUMER_INVALID_POLICY: ErrorCode
pub const CONSUMER_INVALID_POLICY: ErrorCode
Invalid consumer policy
Sourcepub const CONSUMER_INVALID_SAMPLING: ErrorCode
pub const CONSUMER_INVALID_SAMPLING: ErrorCode
Failed to parse consumer sampling configuration
Sourcepub const STREAM_INVALID: ErrorCode
pub const STREAM_INVALID: ErrorCode
Stream not valid
Sourcepub const CONSUMER_WQ_REQUIRES_EXPLICIT_ACK: ErrorCode
pub const CONSUMER_WQ_REQUIRES_EXPLICIT_ACK: ErrorCode
Workqueue stream requires explicit ack
Sourcepub const CONSUMER_WQ_MULTIPLE_UNFILTERED: ErrorCode
pub const CONSUMER_WQ_MULTIPLE_UNFILTERED: ErrorCode
Multiple non-filtered consumers not allowed on workqueue stream
Sourcepub const CONSUMER_WQ_CONSUMER_NOT_UNIQUE: ErrorCode
pub const CONSUMER_WQ_CONSUMER_NOT_UNIQUE: ErrorCode
Filtered consumer not unique on workqueue stream
Sourcepub const CONSUMER_WQ_CONSUMER_NOT_DELIVER_ALL: ErrorCode
pub const CONSUMER_WQ_CONSUMER_NOT_DELIVER_ALL: ErrorCode
Consumer must be deliver all on workqueue stream
Sourcepub const CONSUMER_NAME_TOO_LONG: ErrorCode
pub const CONSUMER_NAME_TOO_LONG: ErrorCode
Consumer name is too long
Sourcepub const CONSUMER_BAD_DURABLE_NAME: ErrorCode
pub const CONSUMER_BAD_DURABLE_NAME: ErrorCode
Durable name can not contain token separators and wildcards
Sourcepub const CONSUMER_STORE_FAILED: ErrorCode
pub const CONSUMER_STORE_FAILED: ErrorCode
Error creating store for consumer
Sourcepub const CONSUMER_EXISTING_ACTIVE: ErrorCode
pub const CONSUMER_EXISTING_ACTIVE: ErrorCode
Consumer already exists and is still active
Sourcepub const CONSUMER_REPLACEMENT_WITH_DIFFERENT_NAME: ErrorCode
pub const CONSUMER_REPLACEMENT_WITH_DIFFERENT_NAME: ErrorCode
Consumer replacement durable config not the same
Sourcepub const CONSUMER_DESCRIPTION_TOO_LONG: ErrorCode
pub const CONSUMER_DESCRIPTION_TOO_LONG: ErrorCode
Consumer description is too long
Sourcepub const STREAM_HEADER_EXCEEDS_MAXIMUM: ErrorCode
pub const STREAM_HEADER_EXCEEDS_MAXIMUM: ErrorCode
Header size exceeds maximum allowed of 64k
Sourcepub const CONSUMER_WITH_FLOW_CONTROL_NEEDS_HEARTBEATS: ErrorCode
pub const CONSUMER_WITH_FLOW_CONTROL_NEEDS_HEARTBEATS: ErrorCode
Consumer with flow control also needs heartbeats
Sourcepub const STREAM_SEALED: ErrorCode
pub const STREAM_SEALED: ErrorCode
Invalid operation on sealed stream
Sourcepub const STREAM_PURGE_FAILED: ErrorCode
pub const STREAM_PURGE_FAILED: ErrorCode
Stream purge failed
Sourcepub const STREAM_ROLLUP_FAILED: ErrorCode
pub const STREAM_ROLLUP_FAILED: ErrorCode
Stream rollup failed
Sourcepub const CONSUMER_INVALID_DELIVER_SUBJECT: ErrorCode
pub const CONSUMER_INVALID_DELIVER_SUBJECT: ErrorCode
Invalid push consumer deliver subject
Sourcepub const STREAM_MAX_BYTES_REQUIRED: ErrorCode
pub const STREAM_MAX_BYTES_REQUIRED: ErrorCode
Account requires a stream config to have max bytes set
Sourcepub const CONSUMER_MAX_REQUEST_BATCH_NEGATIVE: ErrorCode
pub const CONSUMER_MAX_REQUEST_BATCH_NEGATIVE: ErrorCode
Consumer max request batch needs to be > 0
Sourcepub const CONSUMER_MAX_REQUEST_EXPIRES_TO_SMALL: ErrorCode
pub const CONSUMER_MAX_REQUEST_EXPIRES_TO_SMALL: ErrorCode
Consumer max request expires needs to be >= 1ms
Sourcepub const CONSUMER_MAX_DELIVER_BACKOFF: ErrorCode
pub const CONSUMER_MAX_DELIVER_BACKOFF: ErrorCode
Max deliver is required to be > length of backoff values
Sourcepub const STREAM_INFO_MAX_SUBJECTS: ErrorCode
pub const STREAM_INFO_MAX_SUBJECTS: ErrorCode
Subject details would exceed maximum allowed
Sourcepub const STREAM_OFFLINE: ErrorCode
pub const STREAM_OFFLINE: ErrorCode
Stream is offline
Sourcepub const CONSUMER_OFFLINE: ErrorCode
pub const CONSUMER_OFFLINE: ErrorCode
Consumer is offline
Sourcepub const CONSUMER_MAX_PENDING_ACK_EXCESS: ErrorCode
pub const CONSUMER_MAX_PENDING_ACK_EXCESS: ErrorCode
Consumer max ack pending exceeds system limit
Sourcepub const STREAM_MAX_STREAM_BYTES_EXCEEDED: ErrorCode
pub const STREAM_MAX_STREAM_BYTES_EXCEEDED: ErrorCode
Stream max bytes exceeds account limit max stream bytes
Sourcepub const STREAM_MOVE_AND_SCALE: ErrorCode
pub const STREAM_MOVE_AND_SCALE: ErrorCode
Can not move and scale a stream in a single update
Sourcepub const STREAM_MOVE_IN_PROGRESS: ErrorCode
pub const STREAM_MOVE_IN_PROGRESS: ErrorCode
Stream move already in progress
Sourcepub const CONSUMER_MAX_REQUEST_BATCH_EXCEEDED: ErrorCode
pub const CONSUMER_MAX_REQUEST_BATCH_EXCEEDED: ErrorCode
Consumer max request batch exceeds server limit
Sourcepub const CONSUMER_REPLICAS_EXCEEDS_STREAM: ErrorCode
pub const CONSUMER_REPLICAS_EXCEEDS_STREAM: ErrorCode
Consumer config replica count exceeds parent stream
Sourcepub const CONSUMER_NAME_CONTAINS_PATH_SEPARATORS: ErrorCode
pub const CONSUMER_NAME_CONTAINS_PATH_SEPARATORS: ErrorCode
Consumer name can not contain path separators
Sourcepub const STREAM_NAME_CONTAINS_PATH_SEPARATORS: ErrorCode
pub const STREAM_NAME_CONTAINS_PATH_SEPARATORS: ErrorCode
Stream name can not contain path separators
Sourcepub const STREAM_MOVE_NOT_IN_PROGRESS: ErrorCode
pub const STREAM_MOVE_NOT_IN_PROGRESS: ErrorCode
Stream move not in progress
Sourcepub const STREAM_NAME_EXIST_RESTORE_FAILED: ErrorCode
pub const STREAM_NAME_EXIST_RESTORE_FAILED: ErrorCode
Stream name already in use, cannot restore
Sourcepub const CONSUMER_CREATE_FILTER_SUBJECT_MISMATCH: ErrorCode
pub const CONSUMER_CREATE_FILTER_SUBJECT_MISMATCH: ErrorCode
Consumer create request did not match filtered subject from create subject
Sourcepub const CONSUMER_CREATE_DURABLE_AND_NAME_MISMATCH: ErrorCode
pub const CONSUMER_CREATE_DURABLE_AND_NAME_MISMATCH: ErrorCode
Consumer durable and name have to be equal if both are provided
Sourcepub const REPLICAS_COUNT_CANNOT_BE_NEGATIVE: ErrorCode
pub const REPLICAS_COUNT_CANNOT_BE_NEGATIVE: ErrorCode
Replicas count cannot be negative
Sourcepub const CONSUMER_REPLICAS_SHOULD_MATCH_STREAM: ErrorCode
pub const CONSUMER_REPLICAS_SHOULD_MATCH_STREAM: ErrorCode
Consumer config replicas must match interest retention stream’s replicas
Sourcepub const CONSUMER_METADATA_LENGTH: ErrorCode
pub const CONSUMER_METADATA_LENGTH: ErrorCode
Consumer metadata exceeds maximum size
Sourcepub const CONSUMER_DUPLICATE_FILTER_SUBJECTS: ErrorCode
pub const CONSUMER_DUPLICATE_FILTER_SUBJECTS: ErrorCode
Consumer cannot have both filter_subject and filter_subjects specified
Sourcepub const CONSUMER_MULTIPLE_FILTERS_NOT_ALLOWED: ErrorCode
pub const CONSUMER_MULTIPLE_FILTERS_NOT_ALLOWED: ErrorCode
Consumer with multiple subject filters cannot use subject based api
Sourcepub const CONSUMER_OVERLAPPING_SUBJECT_FILTERS: ErrorCode
pub const CONSUMER_OVERLAPPING_SUBJECT_FILTERS: ErrorCode
Consumer subject filters cannot overlap
Sourcepub const CONSUMER_EMPTY_FILTER: ErrorCode
pub const CONSUMER_EMPTY_FILTER: ErrorCode
Consumer filter in filter_subjects cannot be empty
Sourcepub const SOURCE_DUPLICATE_DETECTED: ErrorCode
pub const SOURCE_DUPLICATE_DETECTED: ErrorCode
Duplicate source configuration detected
Sourcepub const SOURCE_INVALID_STREAM_NAME: ErrorCode
pub const SOURCE_INVALID_STREAM_NAME: ErrorCode
Sourced stream name is invalid
Sourcepub const MIRROR_INVALID_STREAM_NAME: ErrorCode
pub const MIRROR_INVALID_STREAM_NAME: ErrorCode
Mirrored stream name is invalid
Sourcepub const SOURCE_MULTIPLE_FILTERS_NOT_ALLOWED: ErrorCode
pub const SOURCE_MULTIPLE_FILTERS_NOT_ALLOWED: ErrorCode
Source with multiple subject transforms cannot also have a single subject filter
Sourcepub const SOURCE_INVALID_SUBJECT_FILTER: ErrorCode
pub const SOURCE_INVALID_SUBJECT_FILTER: ErrorCode
Source subject filter is invalid
Sourcepub const SOURCE_INVALID_TRANSFORM_DESTINATION: ErrorCode
pub const SOURCE_INVALID_TRANSFORM_DESTINATION: ErrorCode
Source transform destination is invalid
Sourcepub const SOURCE_OVERLAPPING_SUBJECT_FILTERS: ErrorCode
pub const SOURCE_OVERLAPPING_SUBJECT_FILTERS: ErrorCode
Source filters cannot overlap
Sourcepub const CONSUMER_ALREADY_EXISTS: ErrorCode
pub const CONSUMER_ALREADY_EXISTS: ErrorCode
Consumer already exists
Sourcepub const CONSUMER_DOES_NOT_EXIST: ErrorCode
pub const CONSUMER_DOES_NOT_EXIST: ErrorCode
Consumer does not exist
Sourcepub const MIRROR_MULTIPLE_FILTERS_NOT_ALLOWED: ErrorCode
pub const MIRROR_MULTIPLE_FILTERS_NOT_ALLOWED: ErrorCode
Mirror with multiple subject transforms cannot also have a single subject filter
Sourcepub const MIRROR_INVALID_SUBJECT_FILTER: ErrorCode
pub const MIRROR_INVALID_SUBJECT_FILTER: ErrorCode
Mirror subject filter is invalid
Sourcepub const MIRROR_OVERLAPPING_SUBJECT_FILTERS: ErrorCode
pub const MIRROR_OVERLAPPING_SUBJECT_FILTERS: ErrorCode
Mirror subject filters cannot overlap
Sourcepub const CONSUMER_INACTIVE_THRESHOLD_EXCESS: ErrorCode
pub const CONSUMER_INACTIVE_THRESHOLD_EXCESS: ErrorCode
Consumer inactive threshold exceeds system limit