lamassu-server/lib/db-error-codes.js
Rafael Taranto 1a8ef31d39 Add db error consts file (#165)
* Add db error consts file

* Fixed typo in comment
2018-09-22 23:38:31 +01:00

4 lines
89 B
JavaScript

const dbErrorCodes = {
SERIALIZATION_FAILURE: '40001',
}
module.exports = dbErrorCodes