ErrorResponse

  • message
    Type: string
    required

    Human-readable error message

  • code
    Type: string

    Machine-readable error code

  • fields
    Type: array object[] ยท FieldViolation[]

    Field-level validation errors (present for 422 responses)

    • message
      Type: string
      required

      Human-readable error message explaining what's wrong

    • path
      Type: string
      required

      Dot-separated path to the field with the error

    • value
      required

      The invalid value that was provided