form-schema-runtime - v1.0.0
    Preparing search index...

    Interface FieldError

    Single validation error associated with a field.

    interface FieldError {
        fieldName: string;
        message: string;
    }
    Index

    Properties

    Properties

    fieldName: string

    Name of the field that failed validation.

    message: string

    Human-readable validation message.