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
I'm new to ktor so I'm not sure what would be idiomatic way to do this, but often Moshi provides pretty good error mesages when throwing JsonDataException that described what went with sent JSON.
Can ktor-moshi have an option to automatically capture those and respond with 400 and this message?
The text was updated successfully, but these errors were encountered:
I'm new to ktor so I'm not sure what would be idiomatic way to do this, but often Moshi provides pretty good error mesages when throwing
JsonDataException
that described what went with sent JSON.Can
ktor-moshi
have an option to automatically capture those and respond with 400 and this message?The text was updated successfully, but these errors were encountered: