Anchor to BulkMutationErrorCodeBulk
enumBulk Mutation Error Code
Possible error codes that can be returned by .
Anchor to Valid valuesValid values
- Anchor to INTERNAL_FILE_SERVER_ERRORINTERNAL_
FILE_ SERVER_ ERROR There was a problem reading the JSONL file. This error might be intermittent, so you can try performing the same query again.
- Anchor to INVALID_MUTATIONINVALID_
MUTATION The operation did not run because the mutation is invalid. Check your mutation syntax and try again.
- Anchor to INVALID_STAGED_UPLOAD_FILEINVALID_
STAGED_ UPLOAD_ FILE The JSONL file submitted via the
mutation is invalid. Update the file and try again.
- Anchor to NO_SUCH_FILENO_
SUCH_ FILE The JSONL file could not be found. Try uploading the file again, and check that you've entered the URL correctly for the
mutation argument.
- Anchor to OPERATION_IN_PROGRESSOPERATION_
IN_ PROGRESS The operation did not run because another bulk mutation is already running. Wait for the operation to finish before retrying this operation.
Was this section helpful?
Anchor to FieldsFields
- •OBJECT
Represents an error that happens during execution of a bulk mutation.
Was this section helpful?