The BasicResponse object indicates if the operation succeeded or failed.
| Element | Data Type | Description |
|---|---|---|
| errors | Error[] | A list of errors (returned if the operation fails) or the empty list (returned if the operation succeeds). |
| operationSucceeded | boolean | If true, the operation succeeded.
If false, the operation failed. |
| warnings | Warning[] | A list of warnings (returned if the operation has any) or the empty list. |