PartialError #
Inherits from KuzzleError.
This error object is used when an action only partially succeeded.
constructor(message: string, failures: Array<KuzzleError>, id?: string, code?: number)
Argument | Type | Description |
---|---|---|
message | string | Error message |
failures | Array<KuzzleError> | List of errors encountered when executing the action |
id | string | (optional) Error unique name |
code | number | (optional) Error unique code |
Edit this page on Github(opens new window)