pink-bears
Version:
Intelligent rate limiting middleware with MongoDB integration and caching for Node.js applications
17 lines (15 loc) • 421 B
JavaScript
const errorConstants = {
file: 'S3 Error',
dynamo: 'Dynamo Error',
rabbitMQ: 'RabbitMQ Error',
email: 'Email Error',
fetch: 'Fetch Error',
error: 'Reply Error',
scheduler: 'TimeRelic Error',
storage: 'Storage Error',
redis: 'Redis Error',
event: 'Event Error',
iparams: 'Iparams Error'
};
const messageGroupId = 'APPS_ERROR';
module.exports = {errorConstants, messageGroupId}