Validation failure (e.g. JobSpec deserialization).
| 286 | return json.dumps(job_event) |
| 287 | |
| 288 | def __repr__(self) -> str: |
| 289 | """Custom string representation for logging.""" |
| 290 | return ( |
| 291 | f"JobLifecycleEvent(job_id={self.job_id}, job_name={self.job_name}, state={self.state})" |
| 292 | ) |
no outgoing calls