43 lines
1.4 KiB
ReStructuredText
43 lines
1.4 KiB
ReStructuredText
.. _ray-core-exceptions:
|
|
|
|
Exceptions
|
|
==========
|
|
|
|
.. autosummary::
|
|
:nosignatures:
|
|
:toctree: doc/
|
|
|
|
ray.exceptions.RayError
|
|
ray.exceptions.RayTaskError
|
|
ray.exceptions.RayActorError
|
|
ray.exceptions.TaskCancelledError
|
|
ray.exceptions.TaskUnschedulableError
|
|
ray.exceptions.ActorDiedError
|
|
ray.exceptions.ActorUnschedulableError
|
|
ray.exceptions.ActorUnavailableError
|
|
ray.exceptions.AsyncioActorExit
|
|
ray.exceptions.LocalRayletDiedError
|
|
ray.exceptions.WorkerCrashedError
|
|
ray.exceptions.TaskPlacementGroupRemoved
|
|
ray.exceptions.ActorPlacementGroupRemoved
|
|
ray.exceptions.ObjectStoreFullError
|
|
ray.exceptions.OutOfDiskError
|
|
ray.exceptions.OutOfMemoryError
|
|
ray.exceptions.ObjectLostError
|
|
ray.exceptions.ObjectFetchTimedOutError
|
|
ray.exceptions.GetTimeoutError
|
|
ray.exceptions.OwnerDiedError
|
|
ray.exceptions.PendingCallsLimitExceeded
|
|
ray.exceptions.PlasmaObjectNotAvailable
|
|
ray.exceptions.ObjectReconstructionFailedError
|
|
ray.exceptions.RayChannelError
|
|
ray.exceptions.RayChannelTimeoutError
|
|
ray.exceptions.RayCgraphCapacityExceeded
|
|
ray.exceptions.RayDirectTransportError
|
|
ray.exceptions.RuntimeEnvSetupError
|
|
ray.exceptions.CrossLanguageError
|
|
ray.exceptions.RaySystemError
|
|
ray.exceptions.NodeDiedError
|
|
ray.exceptions.UnserializableException
|
|
ray.exceptions.AuthenticationError
|