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

Class BuildError

suds/__init__.py:56–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56class BuildError(Exception):
57 msg = \
58 """
59 An error occured while building a instance of (%s). As a result
60 the object you requested could not be constructed. It is recommended
61 that you construct the type manually using a Suds object.
62 Please open a ticket with a description of this error.
63 Reason: %s
64 """
65
66 def __init__(self, name, exception):
67 Exception.__init__(self, BuildError.msg % (name, exception))
68
69
70class SoapHeadersNotPermitted(Exception):

Callers 1

createMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected