Skip to main content

ActionAbortedError

This error is raised when an action was aborted, externally. The parent action will raise this error.

Constructor

Signature

def ActionAbortedError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrA descriptive message explaining why the action was aborted.

Signature

def ActionAbortedError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrThe specific message detailing why the action was aborted, providing context to the user.