Skip to content
Snippets Groups Projects
Verified Commit 07fcc2f1 authored by drebs's avatar drebs
Browse files

[doc] add write_blob exceptions to interface docstring

parent 481afd8f
Branches
No related tags found
1 merge request!173#9016 - Cache user quota in blobs filesystem backend
......@@ -59,6 +59,10 @@ class IBlobsBackend(Interface):
:return: A deferred that fires when the blob has been written to the
backend storage.
:rtype: twisted.internet.defer.Deferred
:raise BlobExists: Raised when a blob with that id already exists.
:raise QuotaExceeded: Raised when the quota for that user would be
exceeded by this write operation.
"""
def delete_blob(user, blob_id, namespace=''):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment