Share via


Provisioning File Error Messages

When an error occurs, an error message is generated and the Configuration Service Provider responds by replacing the original element with its corresponding error element. The following table lists these relationships.

Original element Error element
characteristic characteristic-error
parm parm-error
characteristic-query characteristic-query-error
parm-query parm-query-error
nocharacteristic nocharacteristic-error
noparm noparm-error

Note   If the designated element identified by the type or name attribute does not exist, the nocharacteristic or noparm element is set in the response document.

The following XML example sends an error message regarding the display font size.

<wap-provisioningdoc>
   <characteristic type="Registry">
      <characteristic type="HKCU\ControlPanel\Accessibility">
         <noparm-error name="FontSize" desc="failure reason"/>
      </characteristic>
   </characteristic>
</wap-provisioningdoc>

See Also

Provisioning XML File Examples

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.