9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-19 14:59:28 +00:00
Files
cloudflare-error-page/examples/catastrophic.json
2025-12-16 20:38:47 +08:00

23 lines
627 B
JSON

{
"title": "Catastrophic infrastructure failure",
"more_information": {
"for": "no help at all"
},
"browser_status": {
"status": "error",
"status_text": "Out of Memory"
},
"cloudflare_status": {
"status": "error",
"location": "Everywhere",
"status_text": "Error"
},
"host_status": {
"status": "error",
"location": "example.com",
"status_text": "On Fire"
},
"error_source": "cloudflare",
"what_happened": "<p>There is a catastrophic failure.</p>",
"what_can_i_do": "<p>Please try again in a few years.</p>"
}