TakeoffError Objects​
class TakeoffError(Exception)
The takeoff error class
__init__​
def __init__(status_code: int, message: str, *args, **kwargs)
Create a new takeoff error
Arguments:
status_codeint - the http status code (from the takeoff server) that triggered the errormessagestr - the string message describing the error