We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
500_000
1 parent ccb7ef4 commit 4db44b5Copy full SHA for 4db44b5
deno/rest/common.ts
@@ -293,6 +293,8 @@ export enum RESTJSONErrorCodes {
293
294
CannotEnableOnboardingRequirementsAreNotMet = 350_000,
295
CannotUpdateOnboardingWhileBelowRequirements,
296
+
297
+ FailedToBanUsers = 500_000,
298
}
299
300
/**
rest/common.ts
0 commit comments