Am implementing the exception handling for the Intuit Customer Account Data API in my application. I get a "null" for the Error code but when I check through the API explorer, I am able to see the error code and message. How do I access this through the AggregationCategorizationException object?
Asked
Active
Viewed 97 times
0
-
Please mention if you are using java/.net sdk. – Manas Mukherjee Oct 26 '13 at 05:07
-
Hi Manas..we're using the .NET MVC SDK. – bharathitm Oct 28 '13 at 05:52
-
Which version of the SDK. The early version of the SDK didn't display the Error code but since has been revised. – Ben Gummelt Dec 31 '13 at 19:37
1 Answers
0
Make sure you are using IPP .Net SDK for Customer Account Data 1.4.0 or later.
There was an update to "provide detailed error codes and messages". See release notes here:
If you can't/don't want to upgrade, you could consider using reflection to access the private information in the AggregationCategorizationException object. I know for 1.3 the information was in the object, just private.

Jay McLain
- 41
- 5