Namespace Temporalio.Exceptions
Classes
ActivityFailureException
Exception that is thrown by the server to workflows when an activity fails.
ApplicationFailureException
Exception representing an error in user code.
CancelledFailureException
Exception representing a cancellation.
ChildWorkflowFailureException
Exception representing a child workflow failure.
FailureException
Base exception for all Temporal-failure-based exceptions.
ServerFailureException
Exception representing a server failure.
TemporalException
Base exception for all custom exceptions thrown by the Temporal library.
TerminatedFailureException
Exception representing a terminated workflow.
TimeoutFailureException
Exception representing a timeout.
Interfaces
IFailureDetails
Represents details of a failure.