Share via


BatchFailedEntriesResponse interface

Represents the response for failed entries in a batch operation.

Properties

continuationToken

A token to retrieve the next page of results.

failedEntryResponses

A list of failed entry responses.

Property Details

continuationToken

A token to retrieve the next page of results.

continuationToken: string

Property Value

string

failedEntryResponses

A list of failed entry responses.

failedEntryResponses: BatchFailedEntry[]

Property Value