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: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@ return [
|
||||
],
|
||||
Exception::GENERAL_PERMISSION_INVALID => [
|
||||
'name' => Exception::GENERAL_PERMISSION_INVALID,
|
||||
'description' => 'The provided permissions are invalid for this resource type. Documents and files cannot contain a create permission.',
|
||||
'description' => 'The provided permissions are invalid for this resource type. Documents and files cannot contain a `create` permission.',
|
||||
'code' => 400,
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user