Class BatchErrors
The errors that occurred during the batch.
public class BatchErrors
- Inheritance
-
objectBatchErrors
Properties
Data
The errors that occurred during the batch.
public BatchErrorData[] Data { get; set; }
Property Value
Object
The object type, which is always list.
public string Object { get; set; }
Property Value
- string