Skip to main content

ActionErrorLocation type

Methods available on StarlarkActionErrorLocation to help with testing the error handler implementation

ActionErrorLocation.file

ActionErrorLocation.file: str

The file of the error location. This is only needed for action error handler unit testing.


ActionErrorLocation.line

ActionErrorLocation.line: None | int

The line of the error location. This is only needed for action error handler unit testing.