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 01:02:39 +03:00
committed by GitHub
co-authored by Vlad Frangu
parent 0fafe5e901
commit 65eebd92d6
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -156,6 +156,8 @@ export enum RESTJSONErrorCodes {
AnEntitlementHasAlreadyBeenGrantedForThisResource = 40_074,
CloudflareIsBlockingYourRequest = 40_333,
MissingAccess = 50_001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,
+2
View File
@@ -156,6 +156,8 @@ export enum RESTJSONErrorCodes {
AnEntitlementHasAlreadyBeenGrantedForThisResource = 40_074,
CloudflareIsBlockingYourRequest = 40_333,
MissingAccess = 50_001,
InvalidAccountType,
CannotExecuteActionOnDMChannel,