MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / WebFault

Class WebFault

suds/__init__.py:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108class WebFault(Exception):
109 def __init__(self, fault, document):
110 if hasattr(fault, 'faultstring'):
111 Exception.__init__(self, smart_str("Server raised fault: '%s'" % fault.faultstring))
112 self.fault = fault
113 self.document = document
114
115#
116# Logging

Callers 2

detect_faultMethod · 0.90
get_faultMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected