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 |
The name of the FHIR store where resources have been imported, in the format |
inputSize |
The total number of resources included in the source data. This is the sum of the success and error counts. |
successCount |
The number of resources that have been imported. |
errorCount |
The number of resources that had errors. |