| | |
| | | * |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2013 ForgeRock AS. |
| | | */ |
| | | |
| | | package org.forgerock.opendj.ldap; |
| | |
| | | * <li>{@link ResultCode#ATTRIBUTE_OR_VALUE_EXISTS ATTRIBUTE_OR_VALUE_EXISTS} - |
| | | * the Request failed because it would have resulted in a conflict with an |
| | | * existing attribute or attribute value in the target entry. |
| | | * <li>{@link ResultCode#NO_SUCH_ATTRIBUTE NO_SUCH_ATTRIBUTE} - the Request |
| | | * failed because it targeted an attribute or attribute value that did not exist |
| | | * in the specified entry. |
| | | * <li>{@link ResultCode#CONSTRAINT_VIOLATION CONSTRAINT_VIOLATION} - the |
| | | * Request failed because it would have violated some constraint defined in the |
| | | * server. |