We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fafe5e commit 65eebd9Copy full SHA for 65eebd9
deno/rest/common.ts
@@ -156,6 +156,8 @@ export enum RESTJSONErrorCodes {
156
157
AnEntitlementHasAlreadyBeenGrantedForThisResource = 40_074,
158
159
+ CloudflareIsBlockingYourRequest = 40_333,
160
+
161
MissingAccess = 50_001,
162
InvalidAccountType,
163
CannotExecuteActionOnDMChannel,
rest/common.ts
0 commit comments