Report of the field value semantics verification.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

fieldFullName: string

Full name of the field that was considered during the verification.

invalidSemantics: boolean

Shows whether the data in the field is semantically invalid, e.g. the date of birth is in the future.

Methods

  • Parameters

    Returns {
        fieldFullName?: string;
        invalidSemantics?: boolean;
        serialize?: any;
    }

    • Optional Readonly fieldFullName?: string

      Full name of the field that was considered during the verification.

    • Optional Readonly invalidSemantics?: boolean

      Shows whether the data in the field is semantically invalid, e.g. the date of birth is in the future.