Provisioning Schema::errorSource


Element that identifies the namespace and procedure that originated an error returned by a response to a provisioning request. This element is part of the provisioning schema of Microsoft® Provisioning Framework (MPF).

Whenever a provisioning engine receives an error, it generates an errorSource node as part of the errorContext node it returns to the calling procedure.

Parent

errorContext

Attributes

namespace
Required. Namespace for the procedure that generated the error.
procedure
Required. Procedure that generated the error.

Example

<errorContext description="Fatal error during installation" code="0x80070643">
  <errorSource namespace="Windows Installer Provider" procedure="Install"/>
</errorContext>

See also

Request Example, XML Schema for Requests


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.