-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The CLI client has no special error treatment for errors raised when attempting to reach the server or if server API calls failed. It will always dump the traceback as if it were internal program errors.
Describe the solution you'd like
We already raise
TransportExceptionwhen attempting to reach the serverClientExceptionif server API request failed
--> Catch these errors in the CLI and output human-readable reports. Provide traceback only if CLI flag is set.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request