-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Briefly describe the feature
Before, when Paralus returned an error like "sql: no rows return", it got returned through the CLI. Now, you get a generic error like: could not complete operation create on resource clustertest of type cluster. The real error should be returned
What problem does this feature solve? Please link any relevant documentation or Issues
This prevents a user from knowing why a request failed, which impacts my provider management
(optional) What is your current workaround?
The current workaround is to check the API call directly through postman or debugging inside the library.