Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error code 40333 (#854)
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
  • Loading branch information
sdanialraza and vladfrangu committed May 13, 2024
1 parent 0fafe5e commit 65eebd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deno/rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ export enum RESTJSONErrorCodes {

AnEntitlementHasAlreadyBeenGrantedForThisResource = 40_074,

CloudflareIsBlockingYourRequest = 40_333,

MissingAccess = 50_001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,
Expand Down
2 changes: 2 additions & 0 deletions rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ export enum RESTJSONErrorCodes {

AnEntitlementHasAlreadyBeenGrantedForThisResource = 40_074,

CloudflareIsBlockingYourRequest = 40_333,

MissingAccess = 50_001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,
Expand Down

0 comments on commit 65eebd9

Please sign in to comment.