mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: add more desctiptions
This commit is contained in:
@@ -104,12 +104,12 @@ return [
|
||||
],
|
||||
Exception::TYPE_USER_BLOCKED => [
|
||||
'name' => Exception::TYPE_USER_BLOCKED,
|
||||
'description' => 'Session expired',
|
||||
'statusCode' => 403,
|
||||
'description' => 'The current user has been blocked. Please contact the administrator for more information.',
|
||||
'statusCode' => 401,
|
||||
],
|
||||
Exception::TYPE_USER_CREATION_FAILED => [
|
||||
'name' => Exception::TYPE_USER_CREATION_FAILED,
|
||||
'description' => 'Session expired',
|
||||
'description' => 'Failed to create user.',
|
||||
'statusCode' => 403,
|
||||
],
|
||||
Exception::TYPE_USER_NOT_FOUND => [
|
||||
|
||||
Reference in New Issue
Block a user