UNPKG
linagora-rse
Version:
latest (1.3.7)
1.3.7
1.3.5
Linagora RSE
github.com/linagora/openpaas-esn
linagora/openpaas-esn
linagora-rse
/
modules
/
linagora.esn.contact.import
/
backend
/
constants.js
8 lines
(6 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
module
.
exports
.
CONTACT_IMPORT_ERROR
= {
ACCOUNT_ERROR
:
'contact:import:account:error'
,
API_CLIENT_ERROR
:
'contact:import:api:error'
,
CONTACT_CLIENT_ERROR
:
'contact:import:contact:error'
};