sdk-codegen
sdk-codegen copied to clipboard
Get HTTP status code from requests
Per slack convo with @joeldodge79 - would like a way to catch http status codes from requests - many of them are documented

We want to improve the error handling in general to have this information, but which SDK is this for? The "raw request" for the Typescript SDK has this information, FWIW.
Thanks @jkaster, I was referring to the python SDK
Thanks. We should be able to add this information to the other SDKs soon.
The "raw request" for the Typescript SDK has this information, FWIW.
@jkaster Could you give me more information about this, I am not able to find it.
I am having a similar problem because it looks like the format of the 404 error messages that the api returns has changed and my logic was depending on it as is the only information I can get from the sdk.
Thank you