UNPKG

opendj-rest-wrapper

Version:

JavaScript library for OpenDJ REST API to access directory data as JSON resources over HTTP

10 lines (7 loc) 256 B
'use strict'; var json = { 'code': 412, 'reason': 'Precondition Failed', 'message': 'Entry Already Exists: The entry uid=newuser,ou=people,dc=example,dc=com cannot be added because an entry with that name already exists', }; module.exports = json;