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
When a developer hits an error in our API, they get back a very generic error (Error: The operation couldn't be completed. (XMTP.ApiClientError error 1.). It would be helpful to know what type of error the node returned. Especially 429 errors from being rate limited
Describe the solution to the problem
Modify the bindings in libxmtp to return more specific errors. Possibly modify the grpc_api_client to add more detail if needed. Then pass that along to the caller in xmtp-ios.
Describe the uses cases for the feature
Detecting when you have been rate limited to back off from requests.
Additional details
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
When a developer hits an error in our API, they get back a very generic error (
Error: The operation couldn't be completed. (XMTP.ApiClientError error 1.)
. It would be helpful to know what type of error the node returned. Especially 429 errors from being rate limitedDescribe the solution to the problem
Modify the bindings in
libxmtp
to return more specific errors. Possibly modify thegrpc_api_client
to add more detail if needed. Then pass that along to the caller inxmtp-ios
.Describe the uses cases for the feature
Detecting when you have been rate limited to back off from requests.
Additional details
No response
The text was updated successfully, but these errors were encountered: