Exceptions
This is a list of all of the exceptions used in PyZipline.
Classes:
Name | Description |
---|---|
FeatureDisabledError |
Raised when a feature is disabled on the Zipline instance. |
Forbidden |
Raised when the authenticated user does not have the ability to do an action. |
HTTPFailure |
Raised when an HTTP request fails. |
NotFound |
Raised when a resource cannot be found. |
PyZiplineError |
Raised when an error occurs in the PyZipline library. |