| Exception | Description |
|---|---|
| CrossLanguageException | |
| PendingCallsLimitExceededException |
Indicates that the back pressure occurs when submitting an actor task.
|
| RayActorException |
Indicates that the actor died unexpectedly before finishing a task.
|
| RayException | |
| RayIntentionalSystemExitException |
The exception represents that there is an intentional system exit.
|
| RayTaskException | |
| RayTimeoutException |
Indicate that there are some thing have timed out, including `Ray.get()` or others.
|
| RayWorkerException |
Indicates that the worker died unexpectedly while executing a task.
|
| RuntimeEnvException | |
| UnreconstructableException |
Indicates that an object is lost (either evicted or explicitly deleted) and cannot be restarted.
|
Copyright © 2023. All rights reserved.