次の方法で共有


BatchFailedEntry Class

Definition

Specifies the failed entry with its id and error.

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

Constructors

Name Description
BatchFailedEntry()

Initializes a new instance of the BatchFailedEntry class.

Properties

Name Description
EntryId

Gets or sets the id of the failed entry.

Error

Gets or sets the error of the failed entry.

Applies to