次の方法で共有


BulkOperationResult interface

executeBulkOperations API を使用して、操作の応答を一括で表します。

プロパティ

error

例外はここでキャプチャされます

operationInput

元の操作入力が渡されました

response

アイテム操作のバックエンドからの応答

プロパティの詳細

error

例外はここでキャプチャされます

error?: ErrorResponse

プロパティ値

operationInput

元の操作入力が渡されました

operationInput: OperationInput

プロパティ値

response

アイテム操作のバックエンドからの応答

response?: ExtendedOperationResponse

プロパティ値