ImportResourcesErrorDetails

Error response of importing resources. This structure will be included in the error google.rpc.Status.error to describe the detailed error. It will only be included when the operation finishes with some failure.

JSON representation
{
  "fhirStore": string,
  "inputSize": string,
  "successCount": string,
  "errorCount": string
}
Fields
fhirStore

string

The name of the FHIR store where resources have been imported, in the format projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}.

inputSize

string (int64 format)

The total number of resources included in the source data. This is the sum of the success and error counts.

successCount

string (int64 format)

The number of resources that have been imported.

errorCount

string (int64 format)

The number of resources that had errors.