loopbackio / loopback-connector-mysql

Loopback Connector for MySQL
Other
125 stars 183 forks source link

fix: reading error code #581

Closed aaqilniz closed 6 months ago

aaqilniz commented 6 months ago

When the connector fails due to duplicate entry, it fails to status code to 500 hence the app returns Internal Server Error. This PR fixes that.

Checklist