12 Feb 2023 09:38 AM - last edited on 20 Jun 2023 09:28 AM by Karolina_Linda
Hi All,
How to capture custom response code related to an application? We have 1000+ response codes like this. Any idea how to capture them?
ResponseCode Description
10001 Successful
10002 biller requires exact payment amount
10003 biller does not accept overpayment
10004 biller does not accept underpayment.
10006 system cannot process this transaction at this time.
10007 requires a branch code.
10008 requires a district code.
Solved! Go to Solution.
12 Feb 2023 10:28 AM
Hello @ram16
If these codes are written in the exceptions then you can use the custom events matrics to capture them.
Regards,
Babar
12 Feb 2023 10:31 AM
Hi Babar,
Thanks for the response. Let me check this.
16 Feb 2023 01:26 AM
You can capture them for example from a Method argument/return value or HTTP Header using Request attributes.