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

feat: address issues on projects.php

This commit is contained in:
Christy Jacob 2022-08-14 11:39:46 +05:30
parent c2f7cd6d19
commit 662bfe0ab8

View file

@ -505,6 +505,11 @@ return [
'description' => 'Invalid redirect URL for OAuth failure.',
'code' => 400,
],
Exception::PROJECT_RESERVED_PROJECT => [
'name' => Exception::PROJECT_RESERVED_PROJECT,
'description' => 'The project ID is reserved. Please choose another project ID.',
'code' => 400,
],
Exception::PROJECT_KEY_EXPIRED => [
'name' => Exception::PROJECT_KEY_EXPIRED,
'description' => 'The project key has expired. Please generate a new key using the Appwrite console.',