This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have a service callout to verify username and password, on invalid username and password Error 400 is returned by the service callout, but I am not able to capture that error using Fault rules and add customized error message to the end user
Issue is solved. I had used the servicecallout.{policy-name}.failed variable as condition to raise the fault and get my desired fault message and fault error code. Thanks.