Error types
Failed events are placed into replay queue groups, based on the reason, so that they can be individually managed and prioritized for fixing or replaying.
These error type groups are available:
- Connectivity
- Data type
- Data validation
- Schema
- Unknown error
- Discard only
- Transformation
Records that have a Discard only error type cannot be replayed because re-delivery can't resolve the issue.
| Error type | Possible cause of the issue |
|---|---|
| Connectivity |
|
| Data type | Mismatch between the column data type and the value you are trying to load. |
| Data validation |
|
| Schema |
|
| Unknown error | These are records for which you could not identify the error, or it is a new error not yet categorized. |
| Discard only |
|
| Transformation | These are records for which transformation fails at runtime in the Functions activity. |