AI-generated Key Takeaways
-
The
contactErrors
field provides error details when thepeople.batchCreateContacts
action fails, mapping the index of the failed contact in the request to a Status object describing the error. -
If a contact's index is not present in
contactErrors
, it means the creation of that contact was successful. -
Detailed error information for each failed contact can be found within the
google.rpc.Status.details
field of the corresponding Status object.
Message to record error details when the request fails in the people.batchCreateContacts action.
JSON representation |
---|
{
"contactErrors": {
integer: {
object ( |
Fields | |
---|---|
contactErrors |
Provides details for the client to identify the contact(s) that caused the batch creation to fail. If an index does not appear, then the creation of that contact would have been successful. In the map below:
An object containing a list of |