mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
add: error to response model.
This commit is contained in:
parent
48d5ae0bca
commit
66194722a9
1 changed files with 7 additions and 0 deletions
|
|
@ -85,6 +85,13 @@ class Migration extends Model
|
|||
'default' => [],
|
||||
'example' => [],
|
||||
])
|
||||
->addRule('error', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'A readable error message that occurred during the CSV migration process.',
|
||||
'array' => false,
|
||||
'default' => null,
|
||||
'example' => '',
|
||||
])
|
||||
;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue