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
The SDK uses ApiException for sending API exceptions but clients can only read string from this object.
Clients should be able to easily get fields such as HTTP status code, headers, body, message, etc. that are generic to all requests. Status Code is specially useful for emitting metrics and quickly debugging.
API exception should have fields corresponding to them e.g. status_code, body, etc.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What's on your mind?
The SDK uses ApiException for sending API exceptions but clients can only read string from this object.
Clients should be able to easily get fields such as HTTP status code, headers, body, message, etc. that are generic to all requests. Status Code is specially useful for emitting metrics and quickly debugging.
API exception should have fields corresponding to them e.g. status_code, body, etc.
Code of Conduct
The text was updated successfully, but these errors were encountered: