mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
interface warehouse english error code modification
Signed-off-by: wulimm <hanjing5@huawei.com>
This commit is contained in:
parent
72019e48e3
commit
6cfdcb69d2
62
api/@ohos.telephony.data.d.ts
vendored
62
api/@ohos.telephony.data.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2023 Huawei Device Co., Ltd.
|
||||
* Copyright (C) 2021-2024 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
@ -67,10 +67,10 @@ declare namespace data {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300004 - Do not have sim card.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300004 - No SIM card found.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @throws { BusinessError } 8301001 - SIM card is not activated.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @systemapi Hide this for inner system use.
|
||||
@ -90,10 +90,10 @@ declare namespace data {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300004 - Do not have sim card.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300004 - No SIM card found.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @throws { BusinessError } 8301001 - SIM card is not activated.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @systemapi Hide this for inner system use.
|
||||
@ -164,9 +164,9 @@ declare namespace data {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @since 7
|
||||
*/
|
||||
@ -179,9 +179,9 @@ declare namespace data {
|
||||
* @returns { Promise<boolean> } Returns {@code true} if cellular data services are enabled.
|
||||
* Returns {@code false} otherwise.
|
||||
* @throws { BusinessError } 201 - Permission denied.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @since 7
|
||||
*/
|
||||
@ -197,9 +197,9 @@ declare namespace data {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -213,9 +213,9 @@ declare namespace data {
|
||||
* @returns { Promise<void> } The promise returned by the enableCellularData.
|
||||
* @throws { BusinessError } 201 - Permission denied.
|
||||
* @throws { BusinessError } 202 - Non-system applications use system APIs.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -232,9 +232,9 @@ declare namespace data {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -248,9 +248,9 @@ declare namespace data {
|
||||
* @returns { Promise<void> } The promise returned by the disableCellularData.
|
||||
* @throws { BusinessError } 201 - Permission denied.
|
||||
* @throws { BusinessError } 202 - Non-system applications use system APIs.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -270,9 +270,9 @@ declare namespace data {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @since 7
|
||||
*/
|
||||
@ -290,9 +290,9 @@ declare namespace data {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @since 7
|
||||
*/
|
||||
@ -310,9 +310,9 @@ declare namespace data {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -331,9 +331,9 @@ declare namespace data {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -352,9 +352,9 @@ declare namespace data {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -373,9 +373,9 @@ declare namespace data {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CellularData
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
|
138
api/@ohos.telephony.observer.d.ts
vendored
138
api/@ohos.telephony.observer.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2023 Huawei Device Co., Ltd.
|
||||
* Copyright (C) 2021-2024 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
@ -126,9 +126,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 6
|
||||
*/
|
||||
@ -146,9 +146,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 201 - Permission denied.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 6
|
||||
*/
|
||||
@ -164,9 +164,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 11
|
||||
*/
|
||||
@ -181,9 +181,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 6
|
||||
*/
|
||||
@ -198,9 +198,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 6
|
||||
*/
|
||||
@ -216,9 +216,9 @@ declare namespace observer {
|
||||
* an array of instances of the classes derived from {@link SignalInformation}.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 6
|
||||
*/
|
||||
@ -232,9 +232,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 11
|
||||
*/
|
||||
@ -249,9 +249,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 6
|
||||
*/
|
||||
@ -269,9 +269,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -291,9 +291,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 202 - Non-system applications use system APIs.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -311,9 +311,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 11
|
||||
@ -330,9 +330,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -349,9 +349,9 @@ declare namespace observer {
|
||||
* for cellular data services.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 7
|
||||
*/
|
||||
@ -366,9 +366,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 11
|
||||
*/
|
||||
@ -386,9 +386,9 @@ declare namespace observer {
|
||||
* cellular data services.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 7
|
||||
*/
|
||||
@ -404,9 +404,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 11
|
||||
*/
|
||||
@ -422,9 +422,9 @@ declare namespace observer {
|
||||
* from the cellularDataConnectionStateChange event.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 7
|
||||
*/
|
||||
@ -438,9 +438,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 11
|
||||
*/
|
||||
@ -455,9 +455,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 7
|
||||
*/
|
||||
@ -473,9 +473,9 @@ declare namespace observer {
|
||||
* @param { Callback<DataFlowType> } callback - Indicates the callback for getting the cellular data flow state.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 7
|
||||
*/
|
||||
@ -489,9 +489,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 11
|
||||
*/
|
||||
@ -506,9 +506,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 7
|
||||
*/
|
||||
@ -522,9 +522,9 @@ declare namespace observer {
|
||||
* getting the call state and the called number.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 6
|
||||
*/
|
||||
@ -537,9 +537,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 11
|
||||
*/
|
||||
@ -555,9 +555,9 @@ declare namespace observer {
|
||||
* getting the call state and the called number.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 6
|
||||
*/
|
||||
@ -571,9 +571,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 11
|
||||
*/
|
||||
@ -587,9 +587,9 @@ declare namespace observer {
|
||||
* unsubscribe from the callStateChange event.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 6
|
||||
*/
|
||||
@ -602,9 +602,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 11
|
||||
*/
|
||||
@ -619,9 +619,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 7
|
||||
*/
|
||||
@ -636,9 +636,9 @@ declare namespace observer {
|
||||
* @param { Callback<SimStateData> } callback - Indicates the callback for getting the SimStateData object.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 7
|
||||
*/
|
||||
@ -651,9 +651,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 11
|
||||
*/
|
||||
@ -667,9 +667,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 7
|
||||
*/
|
||||
@ -685,9 +685,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 10
|
||||
*/
|
||||
@ -702,9 +702,9 @@ declare namespace observer {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.StateRegistry
|
||||
* @since 10
|
||||
*/
|
||||
|
282
api/@ohos.telephony.radio.d.ts
vendored
282
api/@ohos.telephony.radio.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2023 Huawei Device Co., Ltd.
|
||||
* Copyright (C) 2021-2024 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
@ -57,9 +57,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 201 - Permission denied.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 6
|
||||
*/
|
||||
@ -92,9 +92,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 11
|
||||
*/
|
||||
@ -127,9 +127,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 201 - Permission denied.
|
||||
* @throws { BusinessError } 401 - Parameter error.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 6
|
||||
*/
|
||||
@ -161,9 +161,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 11
|
||||
*/
|
||||
@ -180,9 +180,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 6
|
||||
*/
|
||||
@ -199,9 +199,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 6
|
||||
*/
|
||||
@ -216,9 +216,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 6
|
||||
*/
|
||||
@ -236,9 +236,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -257,9 +257,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -276,9 +276,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -297,9 +297,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -318,9 +318,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -337,9 +337,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -361,9 +361,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 6
|
||||
*/
|
||||
@ -384,9 +384,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 6
|
||||
*/
|
||||
@ -403,9 +403,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 6
|
||||
@ -423,9 +423,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 6
|
||||
@ -445,9 +445,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 6
|
||||
@ -466,9 +466,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 6
|
||||
@ -485,9 +485,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 7
|
||||
*/
|
||||
@ -503,9 +503,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 7
|
||||
*/
|
||||
@ -533,9 +533,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -554,9 +554,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -573,9 +573,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -597,9 +597,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -618,9 +618,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -638,9 +638,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -660,9 +660,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -681,9 +681,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -701,9 +701,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -727,9 +727,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -753,9 +753,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -777,9 +777,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -796,9 +796,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 7
|
||||
*/
|
||||
@ -810,9 +810,9 @@ declare namespace radio {
|
||||
* The primary card is the SIM card inserted in the card slot that uses data services by default.
|
||||
*
|
||||
* @returns { Promise<number> } Returns the index number of the primary card slot.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 7
|
||||
*/
|
||||
@ -830,10 +830,10 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300004 - Do not have sim card.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300004 - No SIM card found.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -852,10 +852,10 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300004 - Do not have sim card.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300004 - No SIM card found.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -872,9 +872,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 7
|
||||
*/
|
||||
@ -890,9 +890,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 7
|
||||
*/
|
||||
@ -966,9 +966,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 7
|
||||
*/
|
||||
@ -985,9 +985,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 7
|
||||
*/
|
||||
@ -1003,9 +1003,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 7
|
||||
*/
|
||||
@ -1023,9 +1023,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -1044,9 +1044,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -1063,9 +1063,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -1084,9 +1084,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -1105,9 +1105,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -1124,9 +1124,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 7
|
||||
@ -1142,9 +1142,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 7
|
||||
*/
|
||||
@ -1159,9 +1159,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @since 7
|
||||
*/
|
||||
@ -1191,9 +1191,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -1213,9 +1213,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -1235,9 +1235,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -1256,9 +1256,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 8
|
||||
@ -1277,9 +1277,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 202 - Non-system applications use system APIs.
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 9
|
||||
@ -1298,9 +1298,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 202 - Non-system applications use system APIs.
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 9
|
||||
@ -1322,9 +1322,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 202 - Non-system applications use system APIs.
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 9
|
||||
@ -1345,9 +1345,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 202 - Non-system applications use system APIs.
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 9
|
||||
@ -1366,9 +1366,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
@ -1387,9 +1387,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
@ -1409,9 +1409,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
@ -1431,9 +1431,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
@ -1450,9 +1450,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
@ -1469,9 +1469,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
@ -1492,9 +1492,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
@ -1516,9 +1516,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
@ -1539,9 +1539,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
@ -1562,9 +1562,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 10
|
||||
@ -1583,9 +1583,9 @@ declare namespace radio {
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300002 - Operation failed. Cannot connect to service.
|
||||
* @throws { BusinessError } 8300002 - Service connection failed.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 11
|
||||
|
552
api/@ohos.telephony.sim.d.ts
vendored
552
api/@ohos.telephony.sim.d.ts
vendored
File diff suppressed because it is too large
Load Diff
14
api/@ohos.telephony.vcard.d.ts
vendored
14
api/@ohos.telephony.vcard.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2023 Huawei Device Co., Ltd.
|
||||
* Copyright (C) 2023-2024 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
@ -50,7 +50,7 @@ declare namespace vcard {
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 11
|
||||
@ -76,7 +76,7 @@ declare namespace vcard {
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 11
|
||||
@ -98,7 +98,7 @@ declare namespace vcard {
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 11
|
||||
@ -119,7 +119,7 @@ declare namespace vcard {
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 11
|
||||
@ -141,7 +141,7 @@ declare namespace vcard {
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 11
|
||||
@ -162,7 +162,7 @@ declare namespace vcard {
|
||||
* 2. Incorrect parameter types.
|
||||
* @throws { BusinessError } 8300001 - Invalid parameter value.
|
||||
* @throws { BusinessError } 8300003 - System internal error.
|
||||
* @throws { BusinessError } 8300999 - Unknown error code.
|
||||
* @throws { BusinessError } 8300999 - Unknown error.
|
||||
* @syscap SystemCapability.Telephony.CoreService
|
||||
* @systemapi Hide this for inner system use.
|
||||
* @since 11
|
||||
|
Loading…
Reference in New Issue
Block a user