Exceptions#
| Super class of all ray exception types. | |
| Indicates that a task threw an exception during execution. | |
| Indicates that the actor has outages unexpectedly before finishing a task. | |
| Raised when this task is cancelled. | |
| Raised when the task cannot be scheduled. | |
| Indicates that the actor died unexpectedly before finishing a task. | |
| Raised when the actor cannot be scheduled. | |
| Raised when the actor is temporarily unavailable but may be available later. | |
| Raised when an asyncio actor intentionally exits via exit_actor(). | |
| Indicates that the task's local raylet died. | |
| Indicates that the worker died unexpectedly while executing a task. | |
| Raised when the corresponding placement group was removed. | |
| Raised when the corresponding placement group was removed. | |
| Indicates that the object store is full. | |
| Indicates that the local disk is full. | |
| Indicates that the node is running out of memory and is close to full. | |
| Indicates that the object is lost from distributed memory, due to node failure or system error. | |
| Indicates that an object fetch timed out. | |
| Indicates that a call to the worker timed out. | |
| Indicates that the owner of the object has died while there is still a reference to the object. | |
| Raised when the pending actor calls exceeds  | |
| Called when an object was not available within the given timeout. | |
| Indicates that the object cannot be reconstructed. | |
| 
 | Indicates that the object cannot be reconstructed because the maximum number of task retries has been exceeded. | 
| 
 | Indicates that the object cannot be reconstructed because its lineage was evicted due to memory pressure. | 
| Indicates that Ray encountered a system error related to ray.experimental.channel. | |
| Raised when the Compiled Graph channel operation times out. | |
| Raised when the Compiled Graph channel's buffer is at max capacity | |
| Raised when a runtime environment fails to be set up. | |
| Raised from another language. | |
| Indicates that Ray encountered a system error. | |
| Indicates that the node is either dead or unreachable. |