IntuitErrorHandlerHandleErrors Method (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.
Namespace:
Intuit.Ipp.Utility
Assembly:
Intuit.Ipp.Utility (in Intuit.Ipp.Utility.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic static void HandleErrors(
XmlNode responseXml
)
Parameters
- responseXml
- Type: System.XmlXmlNode
the QuickBase response to examine
See Also