Skip to content

module exceptions


function not_our_fault

not_our_fault(exception: BaseException)  bool

Simple function to identify invalid Shopify calls, i.e. our mistake.

Probably the only way to make sure we retry for any other exception but those.


class ShopifyError

Exception to identify any Shopify error.


class ShopifyGQLError

Exception to identify any Shopify admin graphql error.


class ShopifyIntermittentError

Exception to identify any Shopify admin API Intermittent error.


class ShopifyGQLUserError

Exception to identify any Shopify admin graphql error caused by the user mistake.


class ShopifyInvalidResponseBody

Exception to identify when Shopify returned body is not the expected type, i.e. not a JSON.

These seem extremely rare and should be retried because they are intermittent and most likely and internal error in Shopify that wasn't handled properly.


class ShopifyCallInvalidError

Exception to identify errors that our due to bad data sent by us.

These should not be retried


class ShopifyThrottledError

Exception to identify errors that are due to rate limit control.


class ShopifyExceedingMaxCostError

Exception to identify errors that are due to queries exceeding the max query size.


class FastAPIImportError

Exception to identify errors when spylip.oauth is accessed without fastapi installed.


This file was automatically generated via lazydocs.