“40a085c41dc3d5991fdf90ed2557cc06cce0590a”上不存在“arch/sparc/kernel/systbls_32.S”
提交 dd5bb54f 编写于 作者: G Gloria

Update docs against 16175+15885

Signed-off-by: wusongqing<wusongqing@huawei.com>
上级 e7ea18b3
...@@ -17,6 +17,7 @@ Before using the **ServiceExtensionContext** module, you must define a child cla ...@@ -17,6 +17,7 @@ Before using the **ServiceExtensionContext** module, you must define a child cla
import ServiceExtensionAbility from '@ohos.app.ability.ServiceExtensionAbility'; import ServiceExtensionAbility from '@ohos.app.ability.ServiceExtensionAbility';
let context; let context;
let commRemote; // Release the instance when the connection is disconnected.
class EntryAbility extends ServiceExtensionAbility { class EntryAbility extends ServiceExtensionAbility {
onCreate() { onCreate() {
context = this.context; // Obtain a ServiceExtensionContext instance. context = this.context; // Obtain a ServiceExtensionContext instance.
...@@ -55,6 +56,7 @@ Starts an ability. This API uses an asynchronous callback to return the result. ...@@ -55,6 +56,7 @@ Starts an ability. This API uses an asynchronous callback to return the result.
| 16000009 | Can not start ability in wukong mode. | | 16000009 | Can not start ability in wukong mode. |
| 16000010 | Can not operation with continue flag. | | 16000010 | Can not operation with continue flag. |
| 16000011 | Context does not exist. | | 16000011 | Context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000051 | Network error. The network is abnormal. | | 16000051 | Network error. The network is abnormal. |
| 16000052 | Free install not support. The application does not support freeinstall | | 16000052 | Free install not support. The application does not support freeinstall |
| 16000053 | Not top ability. The application is not top ability. | | 16000053 | Not top ability. The application is not top ability. |
...@@ -126,6 +128,7 @@ Starts an ability. This API uses a promise to return the result. ...@@ -126,6 +128,7 @@ Starts an ability. This API uses a promise to return the result.
| 16000009 | Can not start ability in wukong mode. | | 16000009 | Can not start ability in wukong mode. |
| 16000010 | Can not operation with continue flag. | | 16000010 | Can not operation with continue flag. |
| 16000011 | Context does not exist. | | 16000011 | Context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000051 | Network error. The network is abnormal. | | 16000051 | Network error. The network is abnormal. |
| 16000052 | Free install not support. The application does not support freeinstall | | 16000052 | Free install not support. The application does not support freeinstall |
| 16000053 | Not top ability. The application is not top ability. | | 16000053 | Not top ability. The application is not top ability. |
...@@ -195,6 +198,7 @@ Starts an ability. This API uses an asynchronous callback to return the result. ...@@ -195,6 +198,7 @@ Starts an ability. This API uses an asynchronous callback to return the result.
| 16000009 | Can not start ability in wukong mode. | | 16000009 | Can not start ability in wukong mode. |
| 16000010 | Can not operation with continue flag. | | 16000010 | Can not operation with continue flag. |
| 16000011 | Context does not exist. | | 16000011 | Context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000051 | Network error. The network is abnormal. | | 16000051 | Network error. The network is abnormal. |
| 16000052 | Free install not support. The application does not support freeinstall | | 16000052 | Free install not support. The application does not support freeinstall |
| 16000053 | Not top ability. The application is not top ability. | | 16000053 | Not top ability. The application is not top ability. |
...@@ -271,6 +275,7 @@ Observe the following when using this API: ...@@ -271,6 +275,7 @@ Observe the following when using this API:
| 16000009 | Can not start ability in wukong mode. | | 16000009 | Can not start ability in wukong mode. |
| 16000010 | Can not operation with continue flag. | | 16000010 | Can not operation with continue flag. |
| 16000011 | Context does not exist. | | 16000011 | Context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000051 | Network error. The network is abnormal. | | 16000051 | Network error. The network is abnormal. |
| 16000052 | Free install not support. The application does not support freeinstall | | 16000052 | Free install not support. The application does not support freeinstall |
| 16000053 | Not top ability. The application is not top ability. | | 16000053 | Not top ability. The application is not top ability. |
...@@ -346,6 +351,7 @@ Observe the following when using this API: ...@@ -346,6 +351,7 @@ Observe the following when using this API:
| 16000009 | Can not start ability in wukong mode. | | 16000009 | Can not start ability in wukong mode. |
| 16000010 | Can not operation with continue flag. | | 16000010 | Can not operation with continue flag. |
| 16000011 | Context does not exist. | | 16000011 | Context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000051 | Network error. The network is abnormal. | | 16000051 | Network error. The network is abnormal. |
| 16000052 | Free install not support. The application does not support freeinstall | | 16000052 | Free install not support. The application does not support freeinstall |
| 16000053 | Not top ability. The application is not top ability. | | 16000053 | Not top ability. The application is not top ability. |
...@@ -430,6 +436,7 @@ Observe the following when using this API: ...@@ -430,6 +436,7 @@ Observe the following when using this API:
| 16000009 | Can not start ability in wukong mode. | | 16000009 | Can not start ability in wukong mode. |
| 16000010 | Can not operation with continue flag. | | 16000010 | Can not operation with continue flag. |
| 16000011 | Context does not exist. | | 16000011 | Context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000051 | Network error. The network is abnormal. | | 16000051 | Network error. The network is abnormal. |
| 16000052 | Free install not support. The application does not support freeinstall | | 16000052 | Free install not support. The application does not support freeinstall |
| 16000053 | Not top ability. The application is not top ability. | | 16000053 | Not top ability. The application is not top ability. |
...@@ -1054,7 +1061,7 @@ Terminates this ability. This API uses a promise to return the result. ...@@ -1054,7 +1061,7 @@ Terminates this ability. This API uses a promise to return the result.
connectServiceExtensionAbility(want: Want, options: ConnectOptions): number; connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
Connects this ability to a ServiceAbility. Connects this ability to a ServiceExtensionAbility.
**System capability**: SystemCapability.Ability.AbilityRuntime.Core **System capability**: SystemCapability.Ability.AbilityRuntime.Core
...@@ -1093,7 +1100,10 @@ Connects this ability to a ServiceAbility. ...@@ -1093,7 +1100,10 @@ Connects this ability to a ServiceAbility.
abilityName: 'MyAbility' abilityName: 'MyAbility'
}; };
let options = { let options = {
onConnect(elementName, remote) { console.log('----------- onConnect -----------') }, onConnect(elementName, remote) {
commRemote = remote;
console.log('----------- onConnect -----------');
},
onDisconnect(elementName) { console.log('----------- onDisconnect -----------') }, onDisconnect(elementName) { console.log('----------- onDisconnect -----------') },
onFailed(code) { console.error('----------- onFailed -----------') } onFailed(code) { console.error('----------- onFailed -----------') }
}; };
...@@ -1154,7 +1164,10 @@ Uses the **AbilityInfo.AbilityType.SERVICE** template and account ID to connect ...@@ -1154,7 +1164,10 @@ Uses the **AbilityInfo.AbilityType.SERVICE** template and account ID to connect
}; };
let accountId = 100; let accountId = 100;
let options = { let options = {
onConnect(elementName, remote) { console.log('----------- onConnect -----------'); }, onConnect(elementName, remote) {
commRemote = remote;
console.log('----------- onConnect -----------');
},
onDisconnect(elementName) { console.log('----------- onDisconnect -----------'); }, onDisconnect(elementName) { console.log('----------- onDisconnect -----------'); },
onFailed(code) { console.log('----------- onFailed -----------'); } onFailed(code) { console.log('----------- onFailed -----------'); }
}; };
...@@ -1172,7 +1185,7 @@ Uses the **AbilityInfo.AbilityType.SERVICE** template and account ID to connect ...@@ -1172,7 +1185,7 @@ Uses the **AbilityInfo.AbilityType.SERVICE** template and account ID to connect
disconnectServiceExtensionAbility(connection: number, callback:AsyncCallback&lt;void&gt;): void; disconnectServiceExtensionAbility(connection: number, callback:AsyncCallback&lt;void&gt;): void;
Disconnects this ability from the ServiceAbility. This API uses an asynchronous callback to return the result. Disconnects this ability from a ServiceExtensionAbility and after the successful disconnection, sets the remote object returned upon the connection to void. This API uses an asynchronous callback to return the result.
**System capability**: SystemCapability.Ability.AbilityRuntime.Core **System capability**: SystemCapability.Ability.AbilityRuntime.Core
...@@ -1204,6 +1217,7 @@ Disconnects this ability from the ServiceAbility. This API uses an asynchronous ...@@ -1204,6 +1217,7 @@ Disconnects this ability from the ServiceAbility. This API uses an asynchronous
try { try {
this.context.disconnectServiceExtensionAbility(connection, (error) => { this.context.disconnectServiceExtensionAbility(connection, (error) => {
commRemote = null;
if (error.code) { if (error.code) {
// Process service logic errors. // Process service logic errors.
console.error('disconnectServiceExtensionAbility failed, error.code: ${JSON.stringify(error.code)}, error.message: ${JSON.stringify(error.message)}'); console.error('disconnectServiceExtensionAbility failed, error.code: ${JSON.stringify(error.code)}, error.message: ${JSON.stringify(error.message)}');
...@@ -1213,6 +1227,7 @@ Disconnects this ability from the ServiceAbility. This API uses an asynchronous ...@@ -1213,6 +1227,7 @@ Disconnects this ability from the ServiceAbility. This API uses an asynchronous
console.log('disconnectServiceExtensionAbility succeed'); console.log('disconnectServiceExtensionAbility succeed');
}); });
} catch (paramError) { } catch (paramError) {
commRemote = null;
// Process input parameter errors. // Process input parameter errors.
console.error('error.code: ${JSON.stringify(paramError.code)}, error.message: ${JSON.stringify(paramError.message)}'); console.error('error.code: ${JSON.stringify(paramError.code)}, error.message: ${JSON.stringify(paramError.message)}');
} }
...@@ -1222,7 +1237,7 @@ Disconnects this ability from the ServiceAbility. This API uses an asynchronous ...@@ -1222,7 +1237,7 @@ Disconnects this ability from the ServiceAbility. This API uses an asynchronous
disconnectServiceExtensionAbility(connection: number): Promise&lt;void&gt;; disconnectServiceExtensionAbility(connection: number): Promise&lt;void&gt;;
Disconnects this ability from the ServiceAbility. This API uses a promise to return the result. Disconnects this ability from a ServiceExtensionAbility and after the successful disconnection, sets the remote object returned upon the connection to void. This API uses a promise to return the result.
**System capability**: SystemCapability.Ability.AbilityRuntime.Core **System capability**: SystemCapability.Ability.AbilityRuntime.Core
...@@ -1260,14 +1275,17 @@ Disconnects this ability from the ServiceAbility. This API uses a promise to ret ...@@ -1260,14 +1275,17 @@ Disconnects this ability from the ServiceAbility. This API uses a promise to ret
try { try {
this.context.disconnectServiceExtensionAbility(connection) this.context.disconnectServiceExtensionAbility(connection)
.then((data) => { .then((data) => {
commRemote = null;
// Carry out normal service processing. // Carry out normal service processing.
console.log('disconnectServiceExtensionAbility succeed'); console.log('disconnectServiceExtensionAbility succeed');
}) })
.catch((error) => { .catch((error) => {
commRemote = null;
// Process service logic errors. // Process service logic errors.
console.error('disconnectServiceExtensionAbility failed, error.code: ${JSON.stringify(error.code)}, error.message: ${JSON.stringify(error.message)}'); console.error('disconnectServiceExtensionAbility failed, error.code: ${JSON.stringify(error.code)}, error.message: ${JSON.stringify(error.message)}');
}); });
} catch (paramError) { } catch (paramError) {
commRemote = null;
// Process input parameter errors. // Process input parameter errors.
console.error('error.code: ${JSON.stringify(paramError.code)}, error.message: ${JSON.stringify(paramError.message)}'); console.error('error.code: ${JSON.stringify(paramError.code)}, error.message: ${JSON.stringify(paramError.message)}');
} }
...@@ -1312,6 +1330,7 @@ Observe the following when using this API: ...@@ -1312,6 +1330,7 @@ Observe the following when using this API:
| 16000007 | Service busyness. There are concurrent tasks, waiting for retry. | | 16000007 | Service busyness. There are concurrent tasks, waiting for retry. |
| 16000008 | Crowdtest App Expiration. | | 16000008 | Crowdtest App Expiration. |
| 16000009 | Can not start ability in wukong mode. | | 16000009 | Can not start ability in wukong mode. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal Error. | | 16000050 | Internal Error. |
**Example** **Example**
......
...@@ -54,6 +54,7 @@ Observe the following when using this API: ...@@ -54,6 +54,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -117,6 +118,7 @@ Observe the following when using this API: ...@@ -117,6 +118,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -189,6 +191,7 @@ Observe the following when using this API: ...@@ -189,6 +191,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -257,6 +260,7 @@ Observe the following when using this API: ...@@ -257,6 +260,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -324,6 +328,7 @@ Observe the following when using this API: ...@@ -324,6 +328,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -401,6 +406,7 @@ Observe the following when using this API: ...@@ -401,6 +406,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -471,6 +477,7 @@ Observe the following when using this API: ...@@ -471,6 +477,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -542,6 +549,7 @@ Observe the following when using this API: ...@@ -542,6 +549,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -621,6 +629,7 @@ Observe the following when using this API: ...@@ -621,6 +629,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -1349,6 +1358,7 @@ let want = { ...@@ -1349,6 +1358,7 @@ let want = {
}; };
let options = { let options = {
onConnect(elementName, remote) { onConnect(elementName, remote) {
commRemote = remote;
console.info('onConnect...') console.info('onConnect...')
}, },
onDisconnect(elementName) { onDisconnect(elementName) {
...@@ -1415,6 +1425,7 @@ let want = { ...@@ -1415,6 +1425,7 @@ let want = {
let accountId = 100; let accountId = 100;
let options = { let options = {
onConnect(elementName, remote) { onConnect(elementName, remote) {
commRemote = remote;
console.info('onConnect...') console.info('onConnect...')
}, },
onDisconnect(elementName) { onDisconnect(elementName) {
...@@ -1438,7 +1449,7 @@ try { ...@@ -1438,7 +1449,7 @@ try {
disconnectServiceExtensionAbility(connection: number): Promise\<void>; disconnectServiceExtensionAbility(connection: number): Promise\<void>;
Disconnects from a ServiceExtensionAbility. This API uses a promise to return the result. Disconnects this ability from a ServiceExtensionAbility and after the successful disconnection, sets the remote object returned upon the connection to void. This API uses a promise to return the result.
**System capability**: SystemCapability.Ability.AbilityRuntime.Core **System capability**: SystemCapability.Ability.AbilityRuntime.Core
...@@ -1471,6 +1482,7 @@ let connection = 1; ...@@ -1471,6 +1482,7 @@ let connection = 1;
try { try {
this.context.disconnectServiceExtensionAbility(connection, (err) => { this.context.disconnectServiceExtensionAbility(connection, (err) => {
commRemote = null;
if (err.code) { if (err.code) {
// Process service logic errors. // Process service logic errors.
console.error(`disconnectServiceExtensionAbility failed, code is ${err.code}, message is ${err.message}`); console.error(`disconnectServiceExtensionAbility failed, code is ${err.code}, message is ${err.message}`);
...@@ -1480,6 +1492,7 @@ try { ...@@ -1480,6 +1492,7 @@ try {
console.info('disconnectServiceExtensionAbility succeed'); console.info('disconnectServiceExtensionAbility succeed');
}); });
} catch (err) { } catch (err) {
commRemote = null;
// Process input parameter errors. // Process input parameter errors.
console.error(`disconnectServiceExtensionAbility failed, code is ${err.code}, message is ${err.message}`); console.error(`disconnectServiceExtensionAbility failed, code is ${err.code}, message is ${err.message}`);
} }
...@@ -1489,7 +1502,7 @@ try { ...@@ -1489,7 +1502,7 @@ try {
disconnectServiceExtensionAbility(connection: number, callback:AsyncCallback\<void>): void; disconnectServiceExtensionAbility(connection: number, callback:AsyncCallback\<void>): void;
Disconnects from a ServiceExtensionAbility. This API uses an asynchronous callback to return the result. Disconnects this ability from a ServiceExtensionAbility and after the successful disconnection, sets the remote object returned upon the connection to void. This API uses an asynchronous callback to return the result.
**System capability**: SystemCapability.Ability.AbilityRuntime.Core **System capability**: SystemCapability.Ability.AbilityRuntime.Core
...@@ -1517,6 +1530,7 @@ let connection = 1; ...@@ -1517,6 +1530,7 @@ let connection = 1;
try { try {
this.context.disconnectServiceExtensionAbility(connection, (err) => { this.context.disconnectServiceExtensionAbility(connection, (err) => {
commRemote = null;
if (err.code) { if (err.code) {
// Process service logic errors. // Process service logic errors.
console.error(`disconnectServiceExtensionAbility failed, code is ${err.code}, message is ${err.message}`); console.error(`disconnectServiceExtensionAbility failed, code is ${err.code}, message is ${err.message}`);
...@@ -1526,6 +1540,7 @@ try { ...@@ -1526,6 +1540,7 @@ try {
console.info('disconnectServiceExtensionAbility succeed'); console.info('disconnectServiceExtensionAbility succeed');
}); });
} catch (err) { } catch (err) {
commRemote = null;
// Process input parameter errors. // Process input parameter errors.
console.error(`disconnectServiceExtensionAbility failed, code is ${err.code}, message is ${err.message}`); console.error(`disconnectServiceExtensionAbility failed, code is ${err.code}, message is ${err.message}`);
} }
...@@ -1569,6 +1584,7 @@ Observe the following when using this API: ...@@ -1569,6 +1584,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -1675,6 +1691,7 @@ Observe the following when using this API: ...@@ -1675,6 +1691,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -1746,6 +1763,7 @@ Observe the following when using this API: ...@@ -1746,6 +1763,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
...@@ -1819,6 +1837,7 @@ Observe the following when using this API: ...@@ -1819,6 +1837,7 @@ Observe the following when using this API:
| 16000009 | An ability cannot be started or stopped in Wukong mode. | | 16000009 | An ability cannot be started or stopped in Wukong mode. |
| 16000010 | The call with the continuation flag is forbidden. | | 16000010 | The call with the continuation flag is forbidden. |
| 16000011 | The context does not exist. | | 16000011 | The context does not exist. |
| 16000017 | The previous ability is starting, wait start later. |
| 16000050 | Internal error. | | 16000050 | Internal error. |
| 16000053 | The ability is not on the top of the UI. | | 16000053 | The ability is not on the top of the UI. |
| 16000055 | Installation-free timed out. | | 16000055 | Installation-free timed out. |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册