Skip to content

[Feature Request] Client create_sandbox graceful failure when template not found #558

@brandonroyal

Description

@brandonroyal

As I understand, the current version of the python client times out when a template is provided as a parameter that doesn't exist. This is a suboptimal UX and it's fairly easy to mistype a template name

    template="test-template-does-not-exist", 
    namespace="default"
)```

I would expect the behavior to be something like a 404 with a friendly message suggesting that the template requested does not exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions