Table of Contents

Class BulkItemFailure

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the BulkItemFailure object.

public class BulkItemFailure
Inheritance
BulkItemFailure
Inherited Members

Properties

Error

Gets the error caused by the failed item.

public Error Error { get; set; }

Property Value

Error

the Error

Index

The index of the failed item in the bulk request array.

public long? Index { get; set; }

Property Value

long?

RowId

Get the id of the Row that failed.

public long? RowId { get; set; }

Property Value

long?

See Also