Vonage / vonage-cli

Vonage CLI tool.
Apache License 2.0
18 stars 13 forks source link

refactor: adding exception handling for creating application #125

Closed manchuck closed 6 months ago

manchuck commented 6 months ago

Description

I am trying to resolve a bug where applications are not created in the CLI. I have not been able to reproduce the error. This PR adds an exception handler to try and help developers debug why applications are not being created.

I have ruled out an invalid API key/secret causing the issue as that case is properly reported back to the user

Motivation and Context

Testing Details

Example Output or Screenshots (if appropriate)

Types of changes

Checklist