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?