diff -r 4d198a32ac7d -r d4809db37847 plugins/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-50795090-A429-41CF-8CAA-EA2004D2643A.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-50795090-A429-41CF-8CAA-EA2004D2643A.html Thu Aug 19 17:48:04 2010 -0700 @@ -0,0 +1,159 @@ + + +AppManager Service API error messages

AppManager Service API error messages

+

This section provides information about the error messages returned +by the AppManager Service API methods.

+

GetList

+

The following table describes the error messages returned by GetList as part of its return value.

+
+ + + + + + + + + + + + + + + + + +
Table: GetList error +messages
+

Error message

+
+

Description

+
+

AppManager : GetList : Typ eMissing

+
+

This indicates that the Type property is missing +from the input or that the type of the Type property +is incorrect.

+
+

AppManager : GetList : Filter type mismatch

+
+

This indicates that the type of the Filter property +is incorrect.

+
+

AppManager : GetList: Asynchronous version of API is not supported

+
+

This indicates that the asynchronous version of GetList method +was called but it is not supported.

+
+

LaunchApp

+

The following table describes the error messages returned by LaunchApp and callback for LaunchApp as +part of its return value.

+
+ + + + + + + + + + + + + + + + + +
Table: LaunchApp error +messages
+

Error message

+
+

Description

+
+

AppManager : LaunchApp : Application ID Missing

+
+

This indicates that ApplicationID property is missing +from the input or the type is incorrect.

+
+

AppManager : LaunchApp : Command Line type mismatch

+
+

This indicates that the type of the CndLine property +is incorrect.

+
+

AppManager : LaunchApp : OptionMap type mismatch

+
+

This indicates that the type of the Options property +is incorrect.

+
+

LaunchDoc

+

The following table describes the error messages returned by LaunchDoc and callback for LaunchDoc as +part of its return value.

+
+ + + + + + + + + + + + + +
Table: LaunchDoc error +messages
+

Error message

+
+

Description

+
+

AppManager : LaunchDoc : Document/MimeType Missing or datatype +mismatch

+
+

This indicates that the Document/MimeType property +is missing from the input or the type is incorrect.

+
+

AppManager : LaunchDoc : OptionMap type mismatch

+
+

This indicates that the type of the Options property +is incorrect.

+
+

Cancel

+

The following table describes the error messages returned by Cancel as part of its return value.

+
+ + + + + + + + + + + + + +
Table: Cancel error +messages
+

Error message

+
+

Description

+
+

AppManager : Cancel: Invalid Transaction ID

+
+

This indicates that either an invalid TransactionID was +passed or an asynchronous call associated with this ID has already been completed.

+
+

AppManager : Cancel: Missing Transaction ID

+
+

This indicates that the TransactionID property +is missing from the input.

+
+
\ No newline at end of file