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: string
) - > null

Parameters

NameTypeDescription
messagestringThe error message describing the reason for the action abortion.

Signature

def ActionAbortedError(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed explanation of why the action was aborted, which is passed to the parent RuntimeUserError.