BatchUpdateContactsErrorDetails
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-11 UTC.
[null,null,["Последнее обновление: 2024-11-11 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"]]