Skip to content

Update cloudflare status codes#12

Open
ishwardattmishra wants to merge 2 commits intomasterfrom
update_cloudflare_status_codes
Open

Update cloudflare status codes#12
ishwardattmishra wants to merge 2 commits intomasterfrom
update_cloudflare_status_codes

Conversation

@ishwardattmishra
Copy link
Copy Markdown
Owner

No description provided.

MISDIRECTED_REQUEST = "Misdirected Request"
MISDIRECTED_REQUEST = "Misdirected Request",
/**
* Cloudflare-specific HTTP error code. Official Documentation @ https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-521-web-server-is-down
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the space before the @ symbol in the URL.

*/
WEB_SERVER_IS_DOWN = "Web Server Is Down",
/**
* Cloudflare-specific HTTP error code. Official Documentation @ https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-522-connection-timed-out
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the space before the @ symbol in the URL.

*/
CONNECTION_TIMED_OUT = "Connection Timed Out",
/**
* Cloudflare-specific HTTP error code.Official Documentation @ https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-523-origin-is-unreachable
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the space before the @ symbol in the URL.

*/
ORIGIN_IS_UNREACHABLE = "Origin Is Unreachable",
/**
* Cloudflare-specific HTTP error code. Official Documentation @ https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-524-a-timeout-occurred
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the space before the @ symbol in the URL.

*/
A_TIMEOUT_OCCURRED = "A Timeout Occurred",
/**
* Cloudflare-specific HTTP error code. Official Documentation @ https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-525-ssl-handshake-failed
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the space before the @ symbol in the URL.

*/
WEB_SERVER_IS_DOWN = 521,
/**
* Cloudflare-specific HTTP error code. Official Documentation @ https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-522-connection-timed-out
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the Official Documentation @ part from the comment and just keep the URL for brevity.

*/
CONNECTION_TIMED_OUT = 522,
/**
* Cloudflare-specific HTTP error code.Official Documentation @ https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-523-origin-is-unreachable
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the Official Documentation @ part from the comment and just keep the URL for brevity.

*/
ORIGIN_IS_UNREACHABLE = 523,
/**
* Cloudflare-specific HTTP error code. Official Documentation @ https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-524-a-timeout-occurred
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the Official Documentation @ part from the comment and just keep the URL for brevity.

*/
A_TIMEOUT_OCCURRED = 524,
/**
* Cloudflare-specific HTTP error code. Official Documentation @ https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-525-ssl-handshake-failed
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the Official Documentation @ part from the comment and just keep the URL for brevity.

*/
SSL_HANDSHAKE_FAILED = 525,
/**
* Cloudflare-specific HTTP error code. Official Documentation @ https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-526-invalid-ssl-certificate
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the Official Documentation @ part from the comment and just keep the URL for brevity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants