ActionSubError
Methods available on StarlarkActionSubError
to help with testing the error handler implementation
ActionSubError.category
ActionSubError.category: str
A more granular category for the action error. Currently only used for action error handler unit testing.
ActionSubError.locations
ActionSubError.locations: None | list[ActionErrorLocation]
File/line information for the error, useful for external integration to highlight where the error resides Currently only used for action error handler unit testing.
ActionSubError.message
ActionSubError.message: None | str
An optional message to be displayed with the error, used to provide additoinal context Currently only used for action error handler unit testing.