Contains any errors from processing the CarrierProvisioning element from the last provisioning attempt. CarrierProvisioningResult is the unique root element for the provisioning results.
Element hierarchy
<CarrierProvisioningResult>
Syntax
<CarrierProvisioningResult errorCode? = token >
<!-- Child elements -->
( Issuer
& Subscriber
& Activation?
& MBNProfiles?
& WLANProfiles?
& Provisioning?
& Signature
)?
</CarrierProvisioningResult>
Key
? optional (zero or one)
& interleave connector (may occur in any order)
Attributes and Elements
Attributes
| Attribute | Description | Data type | Required | Default value |
|---|---|---|---|---|
| errorCode | S_OK if schema processed successfully. Otherwise, the HRESULT returned during the provisioning attempt formatted as eight hexadecimal characters [0-9a-f]. |
token | No |
Child Elements
| Child Element | Description |
|---|---|
| Activation | Contains any errors from processing the Activation element from the last provisioning attempt. |
| Issuer | Contains any errors from processing the CarrierId element from the last provisioning attempt. |
| MBNProfiles | Contains any errors from processing the MBNProfiles element from the last provisioning attempt. |
| Provisioning | Contains any errors from processing the Provisioning element from the last provisioning attempt. |
| Signature | Contains any errors from processing the Signature element from the last provisioning attempt. |
| Subscriber | Contains any errors from processing the SubscriberId element from the last provisioning attempt. |
| WLANProfiles | Contains any errors from processing the WLANProfile elements from the last provisioning attempt. |
Parent Elements
This outermost (document) element may not be contained by any other elements.
Requirements
Namespace |
http://www.microsoft.com/networking/CarrierControlResults/v1 |

