Skip to content

Commit 81e2b93

Browse files
authored
turnstile: document error 200500 (#23417)
* turnstile: document error 200500 * update wording slightly
1 parent 4b8b5e0 commit 81e2b93

File tree

1 file changed

+2
-1
lines changed
  • src/content/docs/turnstile/troubleshooting/client-side-errors

1 file changed

+2
-1
lines changed

src/content/docs/turnstile/troubleshooting/client-side-errors/error-codes.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ When an error code is marked with `***`, it means that the remaining numbers can
3131
| `120***` | Internal Errors for Cloudflare Employees. | No | Only encountered by Cloudflare Support Engineers while debugging. |
3232
| `200010` | Invalid caching: Some portion of Turnstile was accidentally cached. | No | Encourage the visitor to clear their cache. |
3333
| `200100` | Time problem: The visitor's clock is incorrect. | No | Encourage the visitor to set their clock to the correct time. |
34+
| `200500` | Loading error: The iframe under challenges.cloudflare.com could not be loaded. | No | Ensure your [Content Security Policy](/turnstile/reference/content-security-policy/) allows this or encourage the visitor to reduce their security preferences in case their user-agent is blocking third-party iframes. |
3435
| `300***` | Generic client execution error: An unspecified error occurred in the visitor while they were solving a challenge. | Yes | Potentially an automated visitor. Retry the challenge. Upon multiple subsequent failures, verify the visitor otherwise. |
3536
| `400020` | Invalid sitekey: The sitekey is invalid or does not exist. | No | Ensure that the sitekey is valid and exists. |
36-
| `400030` | Invalid size: The provided size is not a valid option. | No | Ensure that the size is one of the [valid options](/turnstile/get-started/client-side-rendering/#widget-size). |
37+
| `400030` | Invalid size: The provided size is not a valid option. | No | Ensure that the size is one of the [valid options](/turnstile/get-started/client-side-rendering/#widget-size). |
3738
| `400040` | Invalid theme: The provided theme is not a valid option. | No | Ensure that the theme is either `light`, `dark` or `auto`. |
3839
| `600***` | Challenge execution failure: A visitor failed to solve a Turnstile Challenge. Also used by [failing testing sitekey](/turnstile/troubleshooting/testing/). | Yes | Potentially an automated visitor. Retry the challenge. Upon multiple subsequent failures, verify the visitor otherwise. |
3940

0 commit comments

Comments
 (0)