Error type IDs

Error type IDs enable consistent error detection and response without parsing unstructured messages. Recipes use error type IDs to group related failures or target specific cases.

Workato surfaces structured metadata in job errors that you can reference in Monitor actions for error blocks.

FieldDescription
error_type_idStable identifier for the error type.
error_typeDisplay name for the error.
error_idUnique identifier for the specific error instance.
error_messageHigh-level summary of what occurred.

Data format errors

These identifiers represent data serialization or parsing failures when transforming or reading payloads.

Errorerror_type_idDescription
Avro serialization errorerr.data_format.avro_serialization_errorError encoding or decoding Avro data.
CSV parsing errorerr.data_format.csv_parsing_errorError parsing CSV content due to malformed structure or invalid delimiter.
JSON parsing errorerr.data_format.json_parsing_errorError parsing JSON payload due to invalid format or unescaped character.
XML parsing errorerr.data_format.xml_parsing_errorError parsing XML payload due to invalid tag or schema mismatch.

Last updated: