ErrorDetail
Per-record validation error detail
sequenceNumberinteger<int64>
1-based line/record number in the source file
Example:
42fieldstringnullable
Field name that caused the error (null for record-level errors)
Example:
amountmessagestring
Validation error message
Example:
Amount must be non-negativeseveritySeverity (string)
Severity level of a validation error
Possible values: [INFO, WARNING, ERROR, FATAL]
Example:
ERRORErrorDetail
{
"sequenceNumber": 42,
"field": "amount",
"message": "Amount must be non-negative",
"severity": "ERROR"
}