4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
const dbErrorCodes = {
|
|
SERIALIZATION_FAILURE: '40001',
|
|
}
|
|
module.exports = dbErrorCodes
|