Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix serialization error caused by ignored field in ErrorInfo object
- Change `ErrorInfo` class attribute `_repr` to `repr` for consistent serialization - Update `__repr__` method to return `self.repr` instead of `self._repr`
- Loading branch information