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: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
co-authored by
Jake Barnby
parent
d34af2764d
commit
0936072e17
@@ -561,7 +561,7 @@ return [
|
||||
],
|
||||
Exception::QUERY_BLOCKED => [
|
||||
'name' => Exception::QUERY_BLOCKED,
|
||||
'description' => 'Api call has been blocked after exceeding maximum hits of slow query exception',
|
||||
'description' => 'Request blocked after exceeding the maximum number of timeouts',
|
||||
'code' => 403,
|
||||
],
|
||||
Exception::QUERY_TIMEOUT => [
|
||||
|
||||
Reference in New Issue
Block a user