ArcGIS Pro 2.6 API Reference Guide
GetErrorTable Method

ArcGIS.Core.Data Namespace > AttributeRuleManager Class : GetErrorTable Method
The type of validation error system table to open.
Opens the validation error system table specified by validationErrorType. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Public Function GetErrorTable( _
   ByVal validationErrorType As ValidationErrorType _
) As Table

Parameters

validationErrorType
The type of validation error system table to open.

Return Value

The specified validation error system table.
Exceptions
ExceptionDescription
A validation service is not supported or enabled for this geodatabase.
validationErrorType is not a field of AttributeRuleType.
A geodatabase-related exception has occurred.
Remarks
If IsEvaluationSupported returns false, calling this method will result in an exception.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

AttributeRuleManager Class
AttributeRuleManager Members