We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a515c1 + 2d868de commit 4cfd7aaCopy full SHA for 4cfd7aa
core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/UserCoreConstants.java
@@ -306,6 +306,7 @@ public static final class ErrorCode {
306
public static final String INVALID_CREDENTIAL = "17002";
307
public static final String USER_IS_LOCKED = "17003";
308
public static final String USER_DELETION_WORKFLOW_CREATED = "17004";
309
+ public static final String USER_CLAIMS_UPDATE_WORKFLOW_CREATED = "17005";
310
311
}
312
0 commit comments