{
  "type": "ServiceTimeoutError",
  "module": "dataexcept.pipeline_exceptions",
  "message": "Operation timed out after 30.0s on service 'payments'.",
  "failure": {
    "kind": "transient",
    "retryable": true,
    "retry_after_seconds": 2.5
  },
  "attributes": {
    "timeout_seconds": 30.0,
    "service_name": "payments",
    "status_code": null,
    "response": null
  }
}
