http-proxy/proxy/src/data/messages.json
2025-03-07 12:35:48 -05:00

20 lines
975 B
JSON

{
"200": {
"200": "Success!"
},
"400": {
"400": "It seems we weren't prepared for that request.\nPlease try that another way...",
"401": "It seems you aren't authenticated.\nTry authenticating and trying this request again.",
"403": "It seems you don't have permission to access this.",
"404": "It seems what you're looking for doesn't exist.\nCheck the URL or resource and try again.",
"405": "The request method isn't allowed for this resource.\nCheck the API documentation for supported methods.",
"408": "The request took too long to complete.\nPlease try again later."
},
"500": {
"500": "Something went wrong on our end.\nTry again later or contact support if the issue persists.",
"502": "Bad gateway.\nThe server received an invalid response from an upstream server.",
"503": "The server is temporarily unavailable.\nPlease try again later.",
"504": "Gateway timeout.\nThe server took too long to respond."
}
}