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 the current limiting mechanism is triggered, the gateway responds to the status code 429 to the client, but I want the client to always accept only the 200 status code. Any error message is prompted by the response data. How can I capture this situation?
I tried to write a class that inherits DefaultErrorAttributes to implement, but found that this exception was not caught at all.
DefaultErrorAttributesto implement, but found that this exception was not caught at all.