Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand supported
RayError
exceptions (#221)
* Add exception `WorkerCrashedError` * Add exception `LocalRayletDiedError` * Add exception `TaskCancelledError` * Add exception `ObjectLostError` * Create abstract type `ObjectStoreError` * Create abstract type `ObjectFetchTimedOutError` * Create abstract type `OutOfDiskError` * Refactor code with `ObjectContext` * Add exception `NodeDiedError` * Add exception `ReferenceCountingAssertionError` * Add exception `ObjectFreedError` * Add exception `OwnerDiedError` * Add exception `ObjectReconstructionFailedError` * Add exception `ObjectReconstructionFailedMaxAttemptsExceededError` * Add exception `ObjectReconstructionFailedLineageEvictedError` * Add exception `RuntimeEnvSetupError` * Reference code this is based upon * Add exception `TaskPlacementGroupRemoved` * Add exception `ActorPlacementGroupRemoved` * Add exception `TaskUnschedulableError` * Add exception `ActorUnschedulableError` * Order exceptions alphabetically * Avoid using deserialize_error_info on exception data we have never seen * Formatting refactoring * Correct max retries value * Reference support free issue * Set project version to 0.0.4
- Loading branch information