There was an error while loading. Please reload this page.
2 parents 2f495b0 + cc3b589 commit 79605f0Copy full SHA for 79605f0
1 file changed
frontend/error-handler.js
@@ -28,6 +28,8 @@ const ERROR_MESSAGES = {
28
403: 'You do not have permission to do that.',
29
404: 'The requested resource was not found.',
30
429: 'Too many requests. Please wait a moment and try again.',
31
+ 500: 'A server error occurred. Our team has been notified.',
32
+ 503: 'Service temporarily unavailable. Please try again shortly.',
33
500: 'Server error. Our team has been notified.',
34
503: 'Service unavailable. You may be offline.',
35
// Named codes from API
0 commit comments