feat(types): Add JSON error code 400001 (#4426)

This commit is contained in:
Fleny
2025-09-04 08:52:13 +02:00
committed by GitHub
parent 0832500f01
commit 4e08703eab
+3
View File
@@ -518,6 +518,9 @@ export enum HTTPJsonErrorCodes {
/** Cannot update onboarding while below requirements */
OnboardingBelowRequirements = 350001,
/** Access to file uploads has been limited for this guild */
FileUploadsLimited = 400001,
/** Failed to ban users */
BanFailed = 500000,