ValidationProblem: { key: string; message: string }

A validation problem, consisting of the key where the problem is located and a description of the problem.

Type declaration

  • key: string

    The key where the problem is located.

  • message: string

    The validation problem message.