redis-smq-rest-api
Version:
REST API for RedisSMQ: OpenAPI 3 schema and Swagger UI for managing queues, messages, and consumers.
66 lines • 5.42 kB
TypeScript
export declare const errors: {
readonly AcknowledgedMessageAuditNotEnabledError: readonly [500, "AcknowledgedMessageAuditNotEnabledError"];
readonly ConfigurationError: readonly [400, "ConfigurationError"];
readonly ConfigurationMessageAuditExpireError: readonly [400, "ConfigurationMessageAuditExpireError"];
readonly ConfigurationMessageAuditQueueSizeError: readonly [400, "ConfigurationMessageAuditQueueSizeError"];
readonly ConfigurationNamespaceError: readonly [400, "ConfigurationNamespaceError"];
readonly ConsumerError: readonly [500, "ConsumerError"];
readonly ConsumerGroupNotEmptyError: readonly [409, "ConsumerGroupNotEmptyError"];
readonly ConsumerGroupNotFoundError: readonly [404, "ConsumerGroupNotFoundError"];
readonly ConsumerGroupRequiredError: readonly [400, "ConsumerGroupRequiredError"];
readonly ConsumerGroupsError: readonly [500, "ConsumerGroupsError"];
readonly ConsumerGroupsNotSupportedError: readonly [501, "ConsumerGroupsNotSupportedError"];
readonly DeadLetteredMessageAuditNotEnabledError: readonly [500, "DeadLetteredMessageAuditNotEnabledError"];
readonly ExchangeError: readonly [500, "ExchangeError"];
readonly ExchangeFanoutError: readonly [500, "ExchangeFanoutError"];
readonly ExchangeHasBoundQueuesError: readonly [500, "ExchangeHasBoundQueuesError"];
readonly ExchangeNotFoundError: readonly [404, "ExchangeNotFoundError"];
readonly InvalidConsumerGroupIdError: readonly [400, "InvalidConsumerGroupIdError"];
readonly InvalidDirectExchangeParametersError: readonly [400, "InvalidDirectExchangeParametersError"];
readonly InvalidExchangeParametersError: readonly [400, "InvalidExchangeParametersError"];
readonly InvalidFanoutExchangeParametersError: readonly [400, "InvalidFanoutExchangeParametersError"];
readonly InvalidNamespaceError: readonly [400, "InvalidNamespaceError"];
readonly InvalidQueueParametersError: readonly [400, "InvalidQueueParametersError"];
readonly InvalidRateLimitError: readonly [429, "InvalidRateLimitError"];
readonly InvalidRateLimitIntervalError: readonly [429, "InvalidRateLimitIntervalError"];
readonly InvalidSchedulingParametersError: readonly [400, "InvalidSchedulingParametersError"];
readonly InvalidTopicExchangeParamsError: readonly [400, "InvalidTopicExchangeParamsError"];
readonly MessageAlreadyExistsError: readonly [409, "MessageAlreadyExistsError"];
readonly MessageDestinationQueueAlreadySetError: readonly [500, "MessageDestinationQueueAlreadySetError"];
readonly MessageDestinationQueueRequiredError: readonly [400, "MessageDestinationQueueRequiredError"];
readonly MessageError: readonly [500, "MessageError"];
readonly MessageExchangeRequiredError: readonly [400, "MessageExchangeRequiredError"];
readonly MessageHandlerAlreadyExistsError: readonly [409, "MessageHandlerAlreadyExistsError"];
readonly MessageHandlerError: readonly [500, "MessageHandlerError"];
readonly MessageHandlerFileError: readonly [500, "MessageHandlerFileError"];
readonly MessageHandlerFilenameExtensionError: readonly [500, "MessageHandlerFilenameExtensionError"];
readonly MessageManagerError: readonly [500, "MessageManagerError"];
readonly MessageNotFoundError: readonly [404, "MessageNotFoundError"];
readonly MessageNotRequeuableError: readonly [500, "MessageNotRequeuableError"];
readonly MessagePriorityRequiredError: readonly [400, "MessagePriorityRequiredError"];
readonly MessagePropertyError: readonly [500, "MessagePropertyError"];
readonly NamespaceManagerError: readonly [500, "NamespaceManagerError"];
readonly NamespaceMismatchError: readonly [500, "NamespaceMismatchError"];
readonly NamespaceNotFoundError: readonly [404, "NamespaceNotFoundError"];
readonly NoMatchedQueuesForMessageExchangeError: readonly [500, "NoMatchedQueuesForMessageExchangeError"];
readonly PriorityQueuingNotEnabledError: readonly [500, "PriorityQueuingNotEnabledError"];
readonly ProducerError: readonly [500, "ProducerError"];
readonly ProducerNotRunningError: readonly [500, "ProducerNotRunningError"];
readonly QueueAlreadyBound: readonly [500, "QueueAlreadyBound"];
readonly QueueAlreadyExistsError: readonly [409, "QueueAlreadyExistsError"];
readonly QueueDeliveryModelMismatchError: readonly [500, "QueueDeliveryModelMismatchError"];
readonly QueueHasBoundExchangesError: readonly [500, "QueueHasBoundExchangesError"];
readonly QueueHasNoConsumerGroupsError: readonly [500, "QueueHasNoConsumerGroupsError"];
readonly QueueManagerActiveConsumersError: readonly [500, "QueueManagerActiveConsumersError"];
readonly QueueManagerError: readonly [500, "QueueManagerError"];
readonly QueueNotBoundError: readonly [500, "QueueNotBoundError"];
readonly QueueNotEmptyError: readonly [409, "QueueNotEmptyError"];
readonly QueueNotFoundError: readonly [404, "QueueNotFoundError"];
readonly QueueRateLimitError: readonly [429, "QueueRateLimitError"];
readonly RedisKeysError: readonly [500, "RedisKeysError"];
readonly RedisKeysInvalidKeyError: readonly [400, "RedisKeysInvalidKeyError"];
readonly RoutingKeyRequiredError: readonly [400, "RoutingKeyRequiredError"];
readonly UnknownQueueTypeError: readonly [500, "UnknownQueueTypeError"];
};
export type TErrors = typeof errors;
//# sourceMappingURL=errors.d.ts.map