You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
apistar.exceptions.ErrorResponse and ClientError do not have __repr__ or __str__ implemented; this causes error messages to be empty in tracebacks and makes debugging harder. Here is what I get with IPython for example:
apistar.exceptions.ErrorResponse
andClientError
do not have__repr__
or__str__
implemented; this causes error messages to be empty in tracebacks and makes debugging harder. Here is what I get with IPython for example:The exception actually had a name, status code and content set.
The text was updated successfully, but these errors were encountered: