79685566

Date: 2025-07-01 05:49:49
Score: 0.5
Natty:
Report link

Can you try with using IdentityEventClientException instead of the IdentityEventException Similar to the below example[1]?

if (citizen == null) {
            throw new IdentityEventClientException(
                "17002", // errorCode
                "Bad credentials example"
            );
        }

[1] https://github.com/wso2-extensions/identity-governance/blob/master/components/org.wso2.carbon.identity.recovery/src/main/java/org/wso2/carbon/identity/recovery/handler/UserEmailVerificationHandler.java#L749-L751

Reasons:
  • Whitelisted phrase (-2): Can you try
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (0.5):
Posted by: Udesh Athukorala