ExportResourcesErrorDetails

Response when errors occur while exporting resources. This structure is included in the error google.rpc.Status.error to describe the detailed outcome. It is only included when the operation finishes with errors.

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

string

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

resourceCount

string (int64 format)

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

successCount

string (int64 format)

The number of resources that were exported.

errorCount

string (int64 format)

The number of resources that had errors.