Conversation
| 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Please remove the Official Documentation @ part from the comment and just keep the URL for brevity.
No description provided.