Anchor to section titled 'undefined'

BulkMutationErrorCode
enum

Possible error codes that can be returned by BulkMutationUserError.


value-internalfileservererror
INTERNAL_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.

value-invalidmutation
INVALID_MUTATION

The operation did not run because the mutation is invalid. Check your mutation syntax and try again.

value-invalidstageduploadfile
INVALID_STAGED_UPLOAD_FILE

The JSONL file submitted via the stagedUploadsCreate mutation is invalid. Update the file and try again.

value-nosuchfile
NO_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 stagedUploadPath mutation argument.

value-operationinprogress
OPERATION_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?

The error code.


Was this section helpful?
Map
BulkMutationErrorCode

Fields from