Share via


BulkOperationResult interface

represents response for an operation in bulk with executeBulkOperations API

Properties

error

any exceptions are captured here

operationInput

the original operation input passed

response

response from the backend for the item operation

Property Details

error

any exceptions are captured here

error?: ErrorResponse

Property Value

operationInput

the original operation input passed

operationInput: OperationInput

Property Value

response

response from the backend for the item operation

response?: ExtendedOperationResponse

Property Value