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
Right now function can return an error with very generic message. In case when body passes with wrong type.
Can error contains supported types of body that it expected in message, or to make it backward compatible - return custom error with message that is currently returning but with additional field like []string SupportedTypes.
If it make sense - I can submit a PR
The text was updated successfully, but these errors were encountered:
dmytrohridin
changed the title
Improve getBodyReaderAndContentLength error
Improve getBodyReaderAndContentLength error
Apr 11, 2023
Right now function can return an error with very generic message. In case when body passes with wrong type.
Can error contains supported types of body that it expected in message, or to make it backward compatible - return custom error with message that is currently returning but with additional field like
[]string SupportedTypes
.If it make sense - I can submit a PR
The text was updated successfully, but these errors were encountered: