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 Provisioning Schema::errorContext node it returns to the calling procedure.
Arguments
Input Argument | Description |
---|---|
namespace |
Required. Namespace for the procedure that generated the error. |
procedure |
Required. Procedure that generated the error. |
Remarks
No remarks.
Sample Code
Example XML Request
<errorContext description="Fatal error during installation" code="0x80070643">
<errorSource namespace="Windows Installer Provider" procedure="Install"/>
</errorContext>
Applies To
Provisioning Schema; Provisioning Schema::errorContext