Add Item Result
Returned when adding an item to a collection. Indicates the success state and, if failed, the error.
Properties
| Property | Type | Description |
|---|---|---|
| Success | bool | Indicates if the add item call was successful |
| Error | string | The error provided if the add item call failed |