Merge "drm@1.4 status: add PROVISIONING_REQUEST_REJECTED" into sc-dev

This commit is contained in:
Robert Shih
2021-03-07 06:01:18 +00:00
committed by Android (Google) Code Review

View File

@@ -118,6 +118,10 @@ enum Status : @1.2::Status {
* unable to be parsed.
*/
PROVISIONING_PARSE_ERROR,
/**
* The provisioning server detected an error in the provisioning request.
*/
PROVISIONING_REQUEST_REJECTED,
/**
* Provisioning failed in a way that is likely to succeed on a subsequent
* attempt.