SaveResult
From API Documentation
This object provides the result of the create and update calls.
Fields
For information on the field types, see Field Types.
| Field | Description |
|---|---|
| Errors[] | If the create or update failed, this contains an array of Error objects. |
| Id | ID of the created or updated object. |
| Success | If the create or update was successful, true. Otherwise, false. |
