public get message()

in src/services/form-validation/types/errors.ts [62:64]


  public get message(): string {
    return this._message ?? `The field (${this.fieldKey}) is not found on the ui form`;
  }