зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1080883 - Part 2: Augmented MozMMIResult for error result (webidl). r=hsinyi
This commit is contained in:
Родитель
e51706d52a
Коммит
edabfccbab
|
@ -660,6 +660,11 @@ dictionary MozCallBarringOptions
|
|||
|
||||
dictionary MozMMIResult
|
||||
{
|
||||
/**
|
||||
* Indicate whether the result is successful or not.
|
||||
*/
|
||||
boolean success = true;
|
||||
|
||||
/**
|
||||
* String key that identifies the service associated with the MMI code
|
||||
* request. The UI is supposed to handle the localization of the strings
|
||||
|
@ -668,7 +673,9 @@ dictionary MozMMIResult
|
|||
DOMString serviceCode = "";
|
||||
|
||||
/**
|
||||
* String key containing the status message of the associated MMI request.
|
||||
* String key containing the status message of the associated MMI request or
|
||||
* the error message when the request fails.
|
||||
|
||||
* The UI is supposed to handle the localization of the strings associated
|
||||
* with this string key.
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче