Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 097d9ec6 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Automerger Merge Worker
Browse files

Merge "Add COUNT_LIMIT_EXCEEDED as reason for BlobCommitted/Leased." into...

Merge "Add COUNT_LIMIT_EXCEEDED as reason for BlobCommitted/Leased." into rvc-dev am: 9cd29ba6 am: 483e7894 am: 40bfd68d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11980358

Change-Id: I404133a12c750adc098d497d5a44e0cd12258e6f
parents 544f09dc 40bfd68d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4948,6 +4948,8 @@ message BlobCommitted {
        ERROR_DURING_COMMIT = 2;
        // Commit Failed: Digest of the data did not match Blob digest
        DIGEST_MISMATCH = 3;
        // Commit Failed: Allowed count limit exceeded
        COUNT_LIMIT_EXCEEDED = 4;
    }
    optional Result result = 4;
}
@@ -4980,6 +4982,8 @@ message BlobLeased{
        LEASE_EXPIRY_INVALID = 4;
        // Lease Failed: Leasee has exceeded the total data lease limit
        DATA_SIZE_LIMIT_EXCEEDED = 5;
        // Leasee Failed: Allowed count limit exceeded
        COUNT_LIMIT_EXCEEDED = 6;
    }
    optional Result result = 4;
}