public get message()

in src/services/form-validation/types/errors.ts [52:54]


  public get message(): string {
    return this._message ?? `The size of the downloaded file exceeds ${this.fileMaxSizePattern}`;
  }