BatchCreateContactsErrorDetails
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-08-21 (UTC)
[null,null,["Última actualización: 2024-08-21 (UTC)"],[[["The `contactErrors` field provides error details when the `people.batchCreateContacts` action fails, mapping the index of the failed contact in the request to a Status object describing the error."],["If a contact's index is not present in `contactErrors`, it means the creation of that contact was successful."],["Detailed error information for each failed contact can be found within the `google.rpc.Status.details` field of the corresponding Status object."]]],["The core content details the structure for recording errors in the `people.batchCreateContacts` action. It uses a `contactErrors` map to report failures. The `contactErrors` map uses an integer key representing the index of the contact in the batch request. The value associated with each key is a `Status` object, providing error details for that specific contact. If a contact's index is not in the map, its creation was successful. The details about error for that specific contact are in the `google.rpc.Status.details`.\n"]]