Namespace DurableTask.Core.Exceptions
Classes
- NonDeterministicOrchestrationException
Represents non deterministic created during orchestration execution
- OrchestrationAlreadyExistsException
Represents orchestration already exists exception
- OrchestrationException
Represents errors created during orchestration execution
- OrchestrationFailureException
Exception type thrown by implementors of TaskOrchestration when exception details need to flow to parent orchestrations.
- OrchestrationFrameworkException
Represents errors created by the orchestration framework
- SessionAbortedException
Thrown when an orchestration or activity session is aborted, for example in split-brain situation or host shutdown situations.
- SubOrchestrationFailedException
Represents errors created during sub orchestration execution
- TaskFailedException
Represents errors created during task execution
- TaskFailedExceptionDeserializationException
Represents errors created during deserialization
- TaskFailureException
Exception type thrown by implementors of TaskActivity when exception details need to flow to parent orchestrations.
- TypeMissingException
Represents a type missing error