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
…-response [#15]
# Conform to new error response structure
- 🛠️ Replaced the `String` types with `ErrorResponse` model in all the response models [#84]
- ✨ Implemented `ErrorResponse` model [8c9534c]
The error response structure was changed from
error: string
toerror: { msg: string }
. So conform to it.The text was updated successfully, but these errors were encountered: