ImportOperationBulkFaultFaultOnImport

ImportOperationBulkFaultFaultOnImport
ImportOperationBulkFaultFaultOnImport

The fault occurred on the entity during an import operation.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "entityType": "string",
    "key": "string",
    "fault": {
        "_typeName": "string",
        "faultCause": "MethodFault Object",
        "faultMessage": [
            {
                "_typeName": "string",
                "key": "string",
                "arg": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ],
                "message": "string"
            }
        ]
    }
}
string
entityType
Optional

The entity type on which import failed.

See EntityTypeEnum for valid values

string
key
Optional

The key on which import failed

fault
Required

The fault that occurred.