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
Sometimes I want to know the exact errorCode and message of this Error but find no way to access to it. The class Response only has a method isError(). I think adding a getter method for Error can make the class Response more handy to use, what do you suggest guys?
The text was updated successfully, but these errors were encountered:
Sometimes I want to know the exact errorCode and message of this Error but find no way to access to it. The class Response only has a method isError(). I think adding a getter method for Error can make the class Response more handy to use, what do you suggest guys?
The text was updated successfully, but these errors were encountered: