TaskIssue

Top-level issue. For INGEST tasks, one per-row outcome; for NORMALIZE tasks, only run-level notices (e.g. normalization_skipped, issues_truncated) with rowIndex < 0. Per-row NORMALIZE problems are inline on each normalized row.

  • code
    Type: string
    required

    Machine-readable issue code.

  • message
    Type: string
    required
  • rowIndex
    Type: integer
    required

    Index of the row in your submitted batch (< 0 for run-level notices).

  • severity
    Type: stringenum
    required
    values
    • ERROR
    • WARNING
    • INFO
  • identifier
    Type: string | null