feat(RESTJSONErrorCodes): add error code 50086 (#286)

Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
Suneet Tipirneni
2022-01-19 14:34:23 -05:00
committed by GitHub
parent 310c68f034
commit 51fb37cbba
2 changed files with 2 additions and 0 deletions

View File

@@ -170,6 +170,7 @@ export enum RESTJSONErrorCodes {
InvalidActionOnArchivedThread = 50083,
InvalidThreadNotificationSettings,
ParameterEarlierThanCreation,
CommunityServerChannelsMustBeTextChannels,
ServerNotAvailableInYourLocation = 50095,

View File

@@ -170,6 +170,7 @@ export const enum RESTJSONErrorCodes {
InvalidActionOnArchivedThread = 50083,
InvalidThreadNotificationSettings,
ParameterEarlierThanCreation,
CommunityServerChannelsMustBeTextChannels,
ServerNotAvailableInYourLocation = 50095,