-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodes.json
101 lines (101 loc) · 3.16 KB
/
codes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"http_code": "301",
"http_message": "Moved Permanently",
"button_text": "Home",
"button_link": "https://nfdi4plants.org",
"message": "Woosh! Your target warped to another destination!",
"description": [
"The requested page has been moved permanently.",
"Follow the warp signature by clicking the button below to go back to the homepage."
]
},
{
"http_code": "403",
"http_message": "Forbidden",
"button_text": "Helpdesk",
"button_link": "https://helpdesk.nfdi4plants.org",
"message": "STOP! You're not authorized to enter!",
"description": [
"You're not authorized to access the requested page.",
"If this is a mistake you can report this issue at our helpdesk."
]
},
{
"http_code": "404",
"http_message": "Not Found",
"button_text": "Go Home",
"button_link": "https://nfdi4plants.org",
"message": "Looks like you are Lost in Space ",
"description": [
"The page you are looking for does not exist.",
"How you got here is a mystery. But you can click the button below to go back to the homepage."
]
},
{
"http_code": "410",
"http_message": "Gone",
"button_text": "Go Home",
"button_link": "https://nfdi4plants.org",
"message": "It’s time to explore",
"description": [
"The page you are looking for does not exist anymore.",
"You can click the button below to go back to the homepage."
]
},
{
"http_code": "500",
"http_message": "Internal Server Error",
"button_text": "Helpdesk",
"button_link": "https://helpdesk.nfdi4plants.org",
"message": "OH NO! Something went wrong...",
"description": [
"An unexpected error appeared.",
"How this happened is a mystery. Please report this error in our helpdesk."
]
},
{
"http_code": "501",
"http_message": "Not Implemented",
"button_text": "Helpdesk",
"button_link": "https://helpdesk.nfdi4plants.org",
"message": "Space is full of surprises!",
"description": [
"We couldn't detect your request method.",
"Your spaceship could not dock for reasons of incompatibility. Please report this error in our helpdesk."
]
},
{
"http_code": "502",
"http_message": "Service Unavailable",
"button_text": "Server Status",
"button_link": "https://status.nfdi4plants.org",
"message": "Discovering the beyond?",
"description": [
"This service is currently unavailable.",
"Please try again later... or check the server status."
]
},
{
"http_code": "503",
"http_message": "Service Unavailable",
"button_text": "Server Status",
"button_link": "https://status.nfdi4plants.org",
"message": "OH NO! Discovering the beyond?",
"description": [
"This service is currently unavailable.",
"Please try again later... or check the server status."
]
},
{
"http_code": "504",
"http_message": "Gateway Timeout",
"button_text": "Server Status",
"button_link": "https://status.nfdi4plants.org",
"message": "OH NO! Countdown cancelled!",
"description": [
"This service is currently unavailable.",
"Please try again later... or check the server status."
]
}
]