BatchUpdateContactsErrorDetails
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]