python-binance

BinanceAPIException

Attributes

attributecode
= json_res.get('code')
attributemessage
= json_res.get('msg')
attributestatus_code
= status_code
attributeresponse
= response
attributerequest
= getattr(response, 'request', None)

Functions

func__init__(self, response, status_code, text)
paramself
paramresponse
paramstatus_code
paramtext

Returns

None
func__str__(self)
paramself

Returns

None

On this page