SPDeploymentErrorType enumeration
Enumerates the constant values that represent the error type for the SPDeploymentErrorEventArgs() property.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPDeploymentErrorType
'Usage
Dim instance As SPDeploymentErrorType
public enum SPDeploymentErrorType
Members
Member name | Description | |
---|---|---|
FatalError | Error that caused the application failure. | |
Error | Nonfatal error. | |
Warning | Nonfatal application error that produces a warning. | |
Information | Nonfatal error for which information is available. |