2013-06-30 05:21:32 -07:00
|
|
|
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
|
|
* You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*/
|
|
|
|
|
2014-03-25 23:50:30 -07:00
|
|
|
[Pref="dom.mobileconnection.enabled"]
|
2013-06-30 05:21:32 -07:00
|
|
|
interface DOMMMIError : DOMError {
|
2014-04-22 21:31:57 -07:00
|
|
|
[Constant]
|
2013-06-30 05:21:32 -07:00
|
|
|
readonly attribute DOMString serviceCode;
|
|
|
|
|
2014-04-22 21:31:57 -07:00
|
|
|
[Constant]
|
|
|
|
readonly attribute short? additionalInformation;
|
2013-06-30 05:21:32 -07:00
|
|
|
};
|