DeploymentErrorLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Success | 0 | The operation succeeded. Value = 0. |
Info | 1 | Information about the operation. Value = 1. |
Skipped | 2 | An operation was skipped. Value = 2. |
Warning | 3 | A warning about the operation. Value = 3. |
Error | 4 | An error occurred. Value = 4. |