Errors
The SDK implements the following errors that can be handled when calling the query
method:
Query RunTime Errors
QueryRunRateLimitError
Occurs when you have exceeded the rate limit for creating/running new queries.
QueryRunTimeoutError
Occurs when your query has exceeded the timeout_minutes
parameter passed into the query
method.
QueryRunExecutionError
Occurs when your query fails to compile/run due to malformed SQL statements.
Server Error
ServerError
- occurs when there is a server-side error that cannot be resolved. This typically indicates an issue with Flipside Crypto's query engine API. If the issue persists please contact support in the Flipside Crypto discord server.
API Error
ApiError
- this typically occurs when you, the user, submit a bad request to the API. This often occurs when an invalid API Key is used, or invalid object IDs are requested.
SDK Error
SDKError
- this error is raised when a generic client-side error occurs that cannot be accounted for by the other errors. SDK level errors should be reported here as a Github Issue with a full stack-trace and detailed steps to reproduce.
Last updated