BatchUpdateContactsErrorDetails
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 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"]]