Skip to content
  • carlomitchener
    • avatar
      • aws
        • mrlypy
          • research
            • shop
              • automator
                • core
                  • __init__.py
                  • api.py
                  • config.py
                  • errors.py
                  • http.py
                  • models.py
                  • s3.py
                  • steps.py
                • __init__.py
                • complete.py
                • create.py
                • files.py
                • generate.py
                • mockup.py
                • ping.py
                • process.py
                • product.py
                • publish.py
                • run.py
                • status.py
                • sync.py
              • catalog
                • files
                  • mrlytheme
                    • env.py
                    • handler.py
                    • manager.py
                    • shopify.py
                  • site
                    • some26
                      • .gitignore
                      • .python-version
                      • LICENSE
                      • pyproject.toml
                      • README.md
                      • uv.lock
                    carlomitchener/shop/automator/core/errors.pyRaw · GitHub

                    errors.py

                    266 B · python · 23 lines

                    1# CORE23class NoTaskError(Exception):4    pass56class Retry(Exception):7    pass89class TaskFailed(Exception):10    pass1112class TaskAborted(Exception):13    pass1415# PRINTFUL1617class PrintfulError(Exception):18    pass1920# SHOPIFY2122class ShopifyError(Exception):23    pass

                    Settings

                    Copyright © MrlyProd, Inc. 2013-2026. All rights reserved.