30.138. Namespace ArmoniK.Core.Common.Exceptions

30.138.1. Classes

InvalidSessionTransitionException

Exception thrown when an invalid session transition occurs.

PartitionNotFoundException

Exception thrown when a partition is not found.

ResultInvalidStatusException

Exception thrown when one or more task dependencies are in a terminal invalid status (e.g. Aborted or DeletedData) and can therefore never transition to Completed.

ResultNotFoundException

Exception thrown when a result is not found.

SessionNotFoundException

Exception thrown when a session is not found.

SubmissionClosedException

Exception thrown when a submission is closed.

TaskAlreadyExistsException

Exception thrown when a task already exists.

TaskAlreadyInFinalStateException

Exception thrown when a task is already in a final state.

TaskCanceledException

Exception that is thrown when a task is canceled.

TaskNotFoundException

Exception thrown when a task is not found.

TaskPausedException

Exception that is thrown when a task is paused.

WorkerDownException

Exception that is thrown when the agent detects the worker is down.