wyfo / apischema

JSON (de)serialization, GraphQL and JSON schema generation using Python typing.

Home Page:https://wyfo.github.io/apischema/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename ValidationError "msg" to "err"

wyfo opened this issue · comments

I don't remember why validation error serialization key "err" has been renamed to "err", but "err" is way more intuitive to have here.

I think "msg" has been put instead of "err" because it key used in pydantic, but "err" is more intuitive.