resgateio / resgate

A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.
https://resgate.io
MIT License
685 stars 67 forks source link

Improve invalid value error #183

Closed jirenius closed 3 years ago

jirenius commented 3 years ago

Issue

When a model or collection contains invalid values, the error is logged only as Internal error: invalid value.

This error message could be improved to make it easier to address such issues.

See: https://github.com/resgateio/resgate/issues/176

jirenius commented 3 years ago

Resolved in #184