mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
adds error attribute in queries for indexes and attributes
This commit is contained in:
parent
301af0d3fe
commit
0c758a282a
2 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ class Attributes extends Base
|
|||
'size',
|
||||
'required',
|
||||
'array',
|
||||
'status'
|
||||
'status',
|
||||
'error'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ class Indexes extends Base
|
|||
'key',
|
||||
'type',
|
||||
'status',
|
||||
'error'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue