Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains information about an error with the deployment web service.
Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
[DataContractAttribute(Name = "DeploymentErrorLevel", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public enum DeploymentErrorLevel
<DataContractAttribute(Name := "DeploymentErrorLevel", Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>
Public Enumeration DeploymentErrorLevel
Members
| Member name | Description | |
|---|---|---|
| Error | An error occurred. Value = 4. | |
| Info | Information about the operation. Value = 1. | |
| Skipped | An operation was skipped. Value = 2. | |
| Success | The operation succeeded. Value = 0. | |
| Warning | A warning about the operation. Value = 3. | 
See Also
Microsoft.Xrm.Sdk.Deployment Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright