object OperationError
Fields
| Field | Type | Description |
|---|---|---|
code | Int | Code as a numeric value. |
error | String | Error message returned when the operation cannot complete. |
Referenced By
- BulkMutationOutput Type
Example
{
"code": 100,
"error": "Customer requested expedited handling."
}