You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"remediation": "Use either API Token or API Key + Email, not both. Unset CLOUDFLARE_API_TOKEN or unset both CLOUDFLARE_API_KEY and CLOUDFLARE_API_EMAIL.",
37
+
(9007, "CloudflareNoAccountsError"): {
38
+
"message": "No Cloudflare accounts found",
39
+
"remediation": "Verify your API token has the required permissions to list accounts.",
40
+
},
41
+
(9008, "CloudflareUserTokenRequiredError"): {
42
+
"message": "User-level API token required",
43
+
"remediation": "Create a User API Token under My Profile (not an Account-owned token), or use API Key + Email authentication.",
44
+
},
45
+
(9009, "CloudflareInvalidAPIKeyError"): {
46
+
"message": "Invalid API Key or Email",
47
+
"remediation": "Verify your API Key and Email are correct. The API Key can be found in your Cloudflare profile.",
48
+
},
49
+
(9010, "CloudflareInvalidAPITokenError"): {
50
+
"message": "Invalid API Token format",
51
+
"remediation": "Check that your API Token is correctly formatted. Tokens should be alphanumeric strings.",
52
+
},
53
+
(9011, "CloudflareRateLimitError"): {
54
+
"message": "Cloudflare API rate limit exceeded",
55
+
"remediation": "Wait before retrying. Consider reducing the frequency of API calls.",
0 commit comments