clsError Fields |
The clsError type exposes the following members.
| Name | Description | |
|---|---|---|
| bWarning |
Warning or not
| |
| lErrNumber |
Error number
| |
| lFieldSize |
Additional Validation information: length of the nvarchar field. Ignored on non varchar fields
| |
| nFieldType |
Type of field. Enum accordnig to the UDF user defined field creation class.
| |
| nReferenceClassID |
Validation Errors will show the referenced dimension causes the error. This field shows the dimension. See clsImportBaseeCoreDataClassID.
| |
| sDescription |
Description
| |
| sFieldName |
Additional Validation information: English Field Name of the view causes the validation error
| |
| sReferenceKey |
Internal code of the dimension causes the validation error.
| |
| sTableViewName |
Additional Validation information: English view or SBO Table causes the validation error
|