ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / AttributeRuleManager Class / GetErrorTable Method
The type of validation error system table to open.

In This Topic
    GetErrorTable Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also