| IntuitErrorHandler Class |
Namespace: Intuit.Ipp.Utility
public static class IntuitErrorHandler
The IntuitErrorHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| HandleErrors(String) |
Check the response for any errors it might indicate. Will throw an exception if API response indicates an error.
Will throw an exception if it has a problem determining success or error.
| |
| HandleErrors(XmlNode) |
Check the response for any errors it might indicate. Will throw an exception if API response indicates an error.
Will throw an exception if it has a problem determining success or error.
| |
| IsValidXml |
Validates the input string is a well formatted xml string
|