BatchUpdateContactsErrorDetails
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-21 UTC.
[null,null,["Ultimo aggiornamento 2024-08-21 UTC."],[[["The `contactErrors` field provides error details when the `people.batchUpdateContacts` action fails, helping identify problematic contacts."],["It's structured as a map with contact resource names/IDs as keys and Status objects (containing error details) as values."],["Successful contact updates are not included in this field; only failed updates have entries."],["`google.rpc.Status.details` within the Status object lists specific errors encountered for each contact."]]],["The `contactErrors` field, a map, details why batch contact updates fail. The map's key is the contact's resource name/ID from the update request. The value, a `Status` object, explains the error for that contact. If a contact ID is absent from `contactErrors`, its update was successful. `google.rpc.Status.details` provides a list of errors per contact. Each value is formated as `\"key\": value`.\n"]]