Reference¶
Client¶
Secrets¶
Orders¶
Containers¶
Certificate Authorities¶
ACLs¶
Exceptions¶
-
exception
barbicanclient.exceptions.HTTPAuthError(message, status_code=401)¶ Raised for 401 Unauthorized responses from the server.
-
exception
barbicanclient.exceptions.HTTPClientError(message, status_code=0)¶ Raised for 4xx responses from the server.
-
exception
barbicanclient.exceptions.HTTPError(message, status_code=0)¶ Base exception for HTTP errors.
-
exception
barbicanclient.exceptions.HTTPServerError(message, status_code=0)¶ Raised for 5xx responses from the server.