1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Update code to 400

This commit is contained in:
Khushboo Verma 2024-05-21 15:53:38 +05:30
parent f81f2e0411
commit df340c0e5b

View file

@ -134,8 +134,7 @@ return [
Exception::USER_COUNT_EXCEEDED => [
'name' => Exception::USER_COUNT_EXCEEDED,
'description' => 'The current project has exceeded the maximum number of users. Please check your user limit in the Appwrite console.',
'code' => 501,
'publish' => false,
'code' => 400,
],
Exception::USER_CONSOLE_COUNT_EXCEEDED => [
'name' => Exception::USER_CONSOLE_COUNT_EXCEEDED,