diff --git a/drm/1.4/types.hal b/drm/1.4/types.hal index 17eba8a08f..a4490a543e 100644 --- a/drm/1.4/types.hal +++ b/drm/1.4/types.hal @@ -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.