BatchFailedEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |