Resource Base
Table of contents

Enumeration ValidationStatus

ValidationStatus describes the outcome of a validation process on a field.

class EnumValidationStatus(IntEnum):
    # The field has no validation specified. 
    VS_NONE
    # The validation for the field has been succeeded. 
    VS_SUCCEEDED
    # The validation for the field has been failed. 
    VS_FAILED

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: