2.0.0b53

ActionAbortedError

Package: flyte.errors

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

class ActionAbortedError(
    message: str,
)
Parameter Type Description
message str