MCPcopy Index your code
hub / github.com/docker/docker-py / TLSParameterError

Class TLSParameterError

docker/errors.py:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120class TLSParameterError(DockerException):
121 def __init__(self, msg):
122 self.msg = msg
123
124 def __str__(self):
125 return self.msg + (". TLS configurations should map the Docker CLI "
126 "client configurations. See "
127 "https://docs.docker.com/engine/articles/https/ "
128 "for API details.")
129
130
131class NullResource(DockerException, ValueError):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected