ErrorSeverity Enumeration

This enumeration specifies the severity of the error.

Namespace:  Microsoft.Data.Schema.Common
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Enumeration ErrorSeverity
'Usage
Dim instance As ErrorSeverity
public enum ErrorSeverity
public enum class ErrorSeverity
public enum ErrorSeverity
type ErrorSeverity

Members

Member name Description
Unknown Unknown
Error An error
Warning A warning
Message A message

Remarks

Used in DataSchemaError.

See Also

Reference

Microsoft.Data.Schema.Common Namespace