DeploymentErrorLevel Enumeration

 

Applies To: Dynamics CRM 2015

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 enum class DeploymentErrorLevel
[<DataContractAttribute(Name = "DeploymentErrorLevel", Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type 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

© 2016 Microsoft. All rights reserved. Copyright