Exceptions#

exception alpaca.common.exceptions.APIError(error, http_error=None)#

Represent API related error. error.status_code will have http status code.

exception alpaca.common.exceptions.RetryException#

Thrown by RESTClient’s internally to represent a request that should be retried.