Assembly: Dt;
The IDtErrors interface is used to work with the collection of errors.
IDtErrors
To get collection of errors, use the IDtProvider.FetchErrors property.
| Property name | Brief description | |
![]() |
Item | The Item method returns error from the collection by its index. |
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of errors in the collection. |
![]() |
MaxErrors | The MaxErrors property determines the maximum available number of errors on data import. |
![]() |
MaxItems | The MaxItems property determines the maximum available number of stored error records. |
See also: