| Package | Description |
|---|---|
| io.ray.api.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
CrossLanguageException |
class |
PendingCallsLimitExceededException
Indicates that the back pressure occurs when submitting an actor task.
|
class |
RayActorException
Indicates that the actor died unexpectedly before finishing a task.
|
class |
RayTaskException |
class |
RayTimeoutException
Indicate that there are some thing have timed out, including `Ray.get()` or others.
|
class |
RayWorkerException
Indicates that the worker died unexpectedly while executing a task.
|
class |
RuntimeEnvException |
class |
UnreconstructableException
Indicates that an object is lost (either evicted or explicitly deleted) and cannot be restarted.
|
Copyright © 2024. All rights reserved.