{"version":3,"file":"http-De7x-lR8.js","sources":["../../src/constants/http.ts"],"sourcesContent":["export const HTTP_BAD_REQUEST = 400\nexport const HTTP_CONFLICT = 409\nexport const HTTP_NOT_FOUND = 404\nexport const HTTP_NOT_IMPLEMENTED = 501\nexport const HTTP_UNPROCESSABLE_ENTITY = 422\nexport const HTTP_TOO_MANY_REQUESTS = 429\nexport const HTTP_INTERNAL_SERVER_ERROR = 500\n\nexport const statusMessages = {\n // 4xx Error Codes\n 400: \"Oops! Your request is invalid.\", // Bad Request\n 401: \"Unauthorized access. Please authenticate or change roles to proceed.\", // Unauthorized\n 403: \"Access denied. You don't have permission to view this resource.\", // Forbidden\n 404: \"Sorry, the resource you're looking for could not be found.\", // Not Found\n 405: \"Invalid request method.\", // Method Not Allowed\n 408: \"Request timeout. Please try again later.\", // Request Timeout\n 409: \"Your request could not be completed due to a conflict with the current state of the resource.\", // Conflict\n 422: \"Hmm... some of your inputs look invalid.\", // Unprocessable Entity\n 429: \"Slow down! You've exceeded the request limit.\", // Too Many Requests\n\n // 5xx Error Codes\n 500: \"Something went wrong on our end. We're working to fix it.\", // Internal Server Error\n 501: \"Feature not implemented yet. Stay tuned for updates!\", // Not Implemented\n 502: \"Oops! There's a problem with the server gateway.\", // Bad Gateway\n 503: \"Service temporarily unavailable. Please try again later.\", // Service Unavailable\n 504: \"Gateway timeout. Our server is taking too long to respond.\", // Gateway Timeout\n}\n"],"names":["HTTP_BAD_REQUEST","HTTP_CONFLICT","HTTP_NOT_FOUND","HTTP_NOT_IMPLEMENTED","HTTP_UNPROCESSABLE_ENTITY","HTTP_INTERNAL_SERVER_ERROR","statusMessages"],"mappings":"AAAO,MAAMA,EAAmB,IACnBC,EAAgB,IAChBC,EAAiB,IACjBC,EAAuB,IACvBC,EAA4B,IAE5BC,EAA6B,IAE7BC,EAAiB,CAE5B,IAAK,iCACL,IAAK,uEACL,IAAK,kEACL,IAAK,6DACL,IAAK,0BACL,IAAK,2CACL,IAAK,gGACL,IAAK,2CACL,IAAK,gDAGL,IAAK,4DACL,IAAK,uDACL,IAAK,mDACL,IAAK,2DACL,IAAK,4DACP"}