mirror of
https://github.com/donlon/cloudflare-error-page.git
synced 2025-12-19 14:59:28 +00:00
20 lines
562 B
JSON
20 lines
562 B
JSON
{
|
|
"title": "Catastrophic infrastructure failure",
|
|
"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>"
|
|
} |