exception documentation

Exception raised when there is an error in a burpa command.

Method __init__ Undocumented
Instance Variable records 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.
def __init__(self, msg: str, records: Optional[List[ScanRecord]] = None): (source)

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.