Bulkprocessingerror
Holds information about the error encountered processing an item in bulk
errorCodeinteger<int32>
Numeric value associated to the error reason
errorReasonstring
For more information on your error message, refer to API Response and Error Codes
errorSourcestring
Details about the error
externalIdstring
Optional field populated only when request payload contains an externalId
indexInRequestinteger<int32>
The index of the entity/item from bulk request that failed on processing
Bulkprocessingerror
{
"errorCode": 0,
"errorReason": "string",
"errorSource": "string",
"externalId": "string",
"indexInRequest": 0
}