diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/smlController.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/smlController.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,83 @@ + + + smlController + <p>SyncML panics represent program errors which are detected by the SyncML framework. Typically, they are caused by passing bad or contradictory parameters to functions.</p> <p>The thread causing the panic is terminated. </p> + + + 0 + <p>Invalid parameter.</p> <p>This panic is raised if there is an attempt to pass an invalid parameter to a SyncML function. </p> <p>See <code class="ApiItem">CSmlTask::SetNameL()</code>, <code class="ApiItem">CSmlProfile::AddTaskL()</code>, <code class="ApiItem">CSmlProfile::SetProfileNameL()</code>.</p> + + + 1 + <p>Incomplete data.</p> <p>This panic is raised if there is a attempt to use a parameter which contains incomplete data.</p> <p>See <code class="ApiItem">CSmlProfile::AddTaskL()</code>, <code class="ApiItem">CSmlController::CreateProfileL()</code>.</p> + + + 2 + <p>Null task member.</p> <p>This panic is raised if there is an attempt to externalise a Task object which has not been completely defined.</p> + + + 3 + <p>Task member not NULL.</p> <p>This panic is raised if there is an attempt to internalise Task information into a <code>CSmlTask</code> object which is not NULL.</p> + + + 4 + <p>Null task identifier.</p> <p>This panic is raised if there is an attempt to get a task's identifier, when this has not previously been set.</p> <p>See <code class="ApiItem">CSmlTask::Identifier()</code>.</p> + + + 5 + <p>Null task provider.</p> <p>This panic is raised there is an attempt to get a task's content provider information, when this has not previously been set.</p> <p>See <code class="ApiItem">CSmlTask::Provider()</code>.</p> + + + 6 + <p>Null task target.</p> <p>This panic is raised if there is an attempt to get a task's target database, when this has not previously been set.</p> <p>See <code class="ApiItem">CSmlTask::Target()</code>.</p> + + + 7 + <p>Null task source.</p> <p>This panic is raised if there is an attempt to get a task's source database, when this has not previously been set.</p> <p>See <code class="ApiItem">CSmlTask::Source()</code>. </p> + + + 8 + <p>Null profile member.</p> <p>This panic is raised if there is an attempt to externalise a Profile object which has not been completely defined.</p> + + + 9 + <p>Profile member not NULL.</p> <p>This panic is raised if there is an attempt to internalise Profile information into a profile object which is not NULL.</p> + + + 10 + <p>Task list not empty.</p> <p>This panic is raised if there is an attempt to internalise Task list information into a profile object which is not empty.</p> + + + 11 + <p>Null profile identifier.</p> <p>This panic is raised if there is an attempt to get a profile's identifier value, when this has not previously been set.</p> <p>See <code class="ApiItem">CSmlProfile::Identifier()</code>.</p> + + + 12 + <p>Null profile authorisation type.</p> <p>This panic is raised if there is an attempt to get a profile's authorisation type value, when this has not previously been set.</p> + + + 13 + <p>Null profile protocol.</p> <p>This panic is raised if there is an attempt to get a profile's protocol information, when this has not previously been set.</p> <p>See <code class="ApiItem">CSmlProfile::Protocol()</code>.</p> + + + 14 + <p>Null Content provider.</p> <p>This panic is raised if there is an attempt to get a profile's Content provider information, when this has not previously been set.</p> <p>See <code class="ApiItem">CSmlProfile::AddTaskL()</code></p> + + + 15 + <p>Invalid Protocol.</p> <p>This panic is raised if there is an attempt to get a profile's transport protocol information, when the protocol does not exist.</p> + + + 16 + <p>Null Controller member.</p> <p>This panic is raised if there is an attempt to use one of the controller's members if it has not been initialised.</p> + + + 17 + <p>Controller Member Not Null.</p> <p>This panic is raised if there is an attempt to use one of the controller members that should be null, e.g. at the start of the sync.</p> + + + 18 + <p>Invalid Profile</p> <p>This panic is raised when trying to retrieve a profile that does not exist.</p> + + + \ No newline at end of file