Describe the bug
The error 400 ErrBadRequest
|
ErrBadRequest = errors.New("invalid syntax in body") |
returns message
"invalid syntax in body"
However it is not always the case for some API. The invalid syntax might be in query param. We need to update the name to be more relevant.