mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update app/config/errors.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
@@ -251,7 +251,7 @@ return [
|
||||
'description' => 'User phone is already verified',
|
||||
'code' => 409
|
||||
],
|
||||
Exception::USER_DELETION_WITH_ACTIVE_TEAMS => [
|
||||
Exception::USER_DELETION_PROHIBITED => [
|
||||
'name' => Exception::USER_DELETION_WITH_ACTIVE_TEAMS,
|
||||
'description' => 'User deletion is not allowed for users with active memberships. Please delete all confirmed memberships before deleting the account.',
|
||||
'code' => 400
|
||||
|
||||
Reference in New Issue
Block a user