Exceptions¶
-
exception
AIORobinhoodError¶ Base class for all aiorobinhood errors.
-
exception
ClientAPIError(method, url, status, response)¶ Indicates there was an invalid response from the Robinhood servers.
-
exception
ClientError¶ Base class for all
RobinhoodClienterrors.
-
exception
ClientRequestError(method, url, msg=None)¶ Indicates there was an issue contacting the Robinhood servers.
-
exception
ClientUnauthenticatedError¶ Indicates the
RobinhoodClientwas used before authentication.
-
exception
ClientUninitializedError¶ Indicates the
RobinhoodClientwas used before initialization.