Click or drag to resize

BulkItemFailure Class

Represents the BulkItemFailure object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsBulkItemFailure

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class BulkItemFailure

The BulkItemFailure type exposes the following members.

Constructors
  NameDescription
Public methodBulkItemFailure
Top
Properties
  NameDescription
Public propertyError
Gets the error caused by the failed item.
Public propertyIndex
The index of the failed item in the bulk request array.
Public propertyRowId
Get the id of the Row that failed.
Top
See Also