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
When client sends an invalid request body data, @nestia.core.TypedBody() blocks it with 400 status code.
However, the error message is a little werid. I'm using typia.assert() function (default option), but error message is saying that I'm using typia.is() function.
It is not a tiny labeling bug, but should be fixed.
Error on typia.is(): invalid type on $input.card_number, expect to be string
The text was updated successfully, but these errors were encountered:
When client sends an invalid request body data,
@nestia.core.TypedBody()
blocks it with 400 status code.However, the error message is a little werid. I'm using
typia.assert()
function (default option), but error message is saying that I'm usingtypia.is()
function.It is not a tiny labeling bug, but should be fixed.
The text was updated successfully, but these errors were encountered: