wei.types.exceptions

Exceptions for WEI

Exceptions

WorkflowCanceledException(message)

Raised when a workflow is canceled

WorkflowFailedException(message)

Raised when a workflow fails

exception wei.types.exceptions.WorkflowCanceledException(message: str)

Raised when a workflow is canceled

__init__(message: str)

Initializes the exception

exception wei.types.exceptions.WorkflowFailedException(message: str)

Raised when a workflow fails

__init__(message: str)

Initializes the exception