feat(RESTJSONErrorCodes): add error 30052 (#469)

This commit is contained in:
Almeida
2022-06-06 23:55:57 +01:00
committed by GitHub
parent cb663096a5
commit d8543177cd
2 changed files with 4 additions and 0 deletions

View File

@@ -116,6 +116,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfPinnedThreadsInForumHasBeenReached,
MaximumNumberOfTagsInForumHasBeenReached,
BitrateIsTooHighForChannelOfThisType = 30052,
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,

View File

@@ -116,6 +116,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfPinnedThreadsInForumHasBeenReached,
MaximumNumberOfTagsInForumHasBeenReached,
BitrateIsTooHighForChannelOfThisType = 30052,
Unauthorized = 40001,
VerifyYourAccount,
OpeningDirectMessagesTooFast,