For more information on the search, visit the help page.
BurpaError
__init__
records
burpa
__version__
__main__
_api_base
_burp_commander
_burp_rest_api_client
_burpa
_error
_utils
Burpa
BurpCommander
BurpRestApiClient
burpa.BurpaError
class BurpaError(Exception): (source)
Constructor: BurpaError(msg, records)
BurpaError(msg, records)
View In Hierarchy
Exception raised when there is an error in a burpa command.
str
list[ScanRecord] | None
Undocumented
If the burp scan ended in a failed state, this attribute will old a list of scan records. They can still contain some valuable informations.