We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525605b commit e6f0152Copy full SHA for e6f0152
oraclebmc/exceptions.py
@@ -46,6 +46,9 @@ def __init__(self, errors):
46
""":param errors: {config key: error code}"""
47
self.errors = errors
48
49
+ def __str__(self):
50
+ return str(self.errors)
51
+
52
53
class InvalidPrivateKey(ClientError):
54
"""The provided key is not a private key, or the provided passphrase is incorrect."""
0 commit comments