DeploymentErrorLevel Enum

Definition

Contains information about an error with the deployment web service.

public enum class DeploymentErrorLevel
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="DeploymentErrorLevel", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public enum DeploymentErrorLevel
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="DeploymentErrorLevel", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type DeploymentErrorLevel = 
Public Enum DeploymentErrorLevel
Inheritance
DeploymentErrorLevel
Attributes

Fields

Error 4

An error occurred. Value = 4.

Info 1

Information about the operation. Value = 1.

Skipped 2

An operation was skipped. Value = 2.

Success 0

The operation succeeded. Value = 0.

Warning 3

A warning about the operation. Value = 3.

Applies to