UNPKG

ih-portal

Version:

A project for connecting interaction hub services with catalyst-ui components

21 lines (20 loc) 471 B
module.exports = { Failure: { status: 'Failure', providedIdType: 'UC ID (M-Number)', emplid: '', firstName: '', lastName: '', description: 'There were multiple EMPLIDs found to be associated with the ID: M00000000', errorCode: 'MULT_EMPLIDS', }, Success: { status: 'Success', providedIdType: 'UC ID (M-Number)', emplid: '0002', firstName: 'Edward', lastName: 'Manzel', description: '', errorCode: '', }, };