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
We introduced HandleApiErrorsWith and related infrastructure to clearly define the contracts for erroneous scenarios on API endpoints. It allows to bind Kotlin code and Open API schema and keep them in sync.
However, there is existing code that does not use this functionality.
Goals
Migrate all API errors to HandleApiErrorsWith.
Address todos with this issue number.
The text was updated successfully, but these errors were encountered:
What we have
We introduced
HandleApiErrorsWith
and related infrastructure to clearly define the contracts for erroneous scenarios on API endpoints. It allows to bind Kotlin code and Open API schema and keep them in sync.However, there is existing code that does not use this functionality.
Goals
HandleApiErrorsWith
.The text was updated successfully, but these errors were encountered: