Exceptions

exception fseconomy.exceptions.FseError(*args, **kwargs)

There was an ambiguous exception while accessing the FSEconomy API

exception fseconomy.exceptions.FseAuthKeyError(*args, **kwargs)

Could not find a valid authentication key (user or service key)

exception fseconomy.exceptions.FseDataKeyError(*args, **kwargs)

Could not find a valid data access key (user or access key)

exception fseconomy.exceptions.FseDataFeedInvalidError(*args, **kwargs)

Invalid data feed

exception fseconomy.exceptions.FseDataFeedParamError(*args, **kwargs)

One or several required parameters are missing to query the requested data feed

exception fseconomy.exceptions.FseDataParseError(*args, **kwargs)

Unable to parse XML data received from the FSEconomy server

exception fseconomy.exceptions.FseServerMaintenanceError(*args, **kwargs)

The FSEconomy server is currently down for maintenance

exception fseconomy.exceptions.FseServerRequestError(*args, **kwargs)

Request to the FSEconomy server failed