Exceptions

exception fseconomy.exceptions.FseError(message: str | None = None)

There was an ambiguous exception while accessing the FSEconomy API

exception fseconomy.exceptions.FseAuthKeyError(message: str | None = None)

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

exception fseconomy.exceptions.FseDataKeyError(message: str | None = None)

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

exception fseconomy.exceptions.FseDataFeedInvalidError(message: str | None = None)

Invalid data feed

exception fseconomy.exceptions.FseDataFeedParamError(message: str | None = None)

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

exception fseconomy.exceptions.FseDataFileInvalidError(message: str | None = None)

Invalid data file

exception fseconomy.exceptions.FseDataParseError(message: str | None = None)

Unable to parse XML data received from the FSEconomy server

exception fseconomy.exceptions.FseServerMaintenanceError(message: str | None = None)

The FSEconomy server is currently down for maintenance

exception fseconomy.exceptions.FseServerRequestError(message: str | None = None)

Request to the FSEconomy server failed