BatchFailedEntry Class

Definition

Specifies the failed entry with its id and error.

public class BatchFailedEntry
type BatchFailedEntry = class
Public Class BatchFailedEntry
Inheritance
BatchFailedEntry

Constructors

BatchFailedEntry()

Initializes a new instance of the BatchFailedEntry class.

Properties

EntryId

Gets or sets the id of the failed entry.

Error

Gets or sets the error of the failed entry.

Applies to