| Safe Haskell | None |
|---|
Network.SOAP.Exception
- data SOAPFault = SOAPFault {
- faultCode :: Text
- faultString :: Text
- faultDetail :: Text
- extractSoapFault :: Document -> Maybe SOAPFault
Documentation
Exception to be thrown when transport encounters an exception that is acutally a SOAP Fault.
Constructors
| SOAPFault | |
Fields
| |
extractSoapFault :: Document -> Maybe SOAPFaultSource
Try to find a SOAP Fault in a document.