feat(RESTJSONErrorCodes): add error code 40333 (#854)

Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
This commit is contained in:
Danial Raza
2024-05-14 00:02:39 +02:00
committed by GitHub
parent 0fafe5e901
commit 65eebd92d6
2 changed files with 4 additions and 0 deletions

View File

@@ -156,6 +156,8 @@ export enum RESTJSONErrorCodes {
AnEntitlementHasAlreadyBeenGrantedForThisResource = 40_074,
CloudflareIsBlockingYourRequest = 40_333,
MissingAccess = 50_001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,

View File

@@ -156,6 +156,8 @@ export enum RESTJSONErrorCodes {
AnEntitlementHasAlreadyBeenGrantedForThisResource = 40_074,
CloudflareIsBlockingYourRequest = 40_333,
MissingAccess = 50_001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,