BatchFailedEntriesResponse interface
Represents the response for failed entries in a batch operation.
Properties
| continuation |
A token to retrieve the next page of results. |
| failed |
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[]