BatchCreateContactsErrorDetails

Message to record error details when the request fails in the people.batchCreateContacts action.

JSON representation
{
  "contactErrors": {
    integer: {
      object (Status)
    },
    ...
  }
}
Fields
contactErrors

map (key: integer, value: object (Status))

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 "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.