feat(RESTJSONErrorCodes): add error 50131 (#753)

Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
This commit is contained in:
MateoDeveloper
2023-06-15 19:33:19 +03:00
committed by GitHub
co-authored by Vlad Frangu
parent 40b9d60549
commit 300e31b514
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -224,7 +224,8 @@ export enum RESTJSONErrorCodes {
RequestBodyContainsInvalidJSON = 50_109,
OwnershipCannotBeMovedToABotUser = 50_132,
OwnerCannotBePendingMember = 50_131,
OwnershipCannotBeMovedToABotUser,
FailedToResizeAssetBelowTheMinimumSize = 50_138,
+2 -1
View File
@@ -224,7 +224,8 @@ export enum RESTJSONErrorCodes {
RequestBodyContainsInvalidJSON = 50_109,
OwnershipCannotBeMovedToABotUser = 50_132,
OwnerCannotBePendingMember = 50_131,
OwnershipCannotBeMovedToABotUser,
FailedToResizeAssetBelowTheMinimumSize = 50_138,