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
That tells me nothing. You can catch the exception and inspect .response.json(), but this should be part of our client lib. We should create our own exception types.
The text was updated successfully, but these errors were encountered:
Just to mirror what I've shared before... If you look at pynsot.app.App, I want more of the user-friendliness to actually just be integrated into the default client, including the error-handling and helper methods.
This is what an exception for an attribute not existing when creating network looks like:
That tells me nothing. You can catch the exception and inspect
.response.json()
, but this should be part of our client lib. We should create our own exception types.The text was updated successfully, but these errors were encountered: