ImportErrorConfig

Configuration of destination for Import related errors.

JSON representation
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "gcsPrefix": string
  // End of mutually exclusive fields.
}
Fields
Required. Errors destination. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
gcsPrefix

string

Cloud Storage prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors are written to sharded files in this directory, one per line, as a JSON-encoded google.rpc.Status message.

End of mutually exclusive fields.