Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the severity of a DataSchemaError object.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Enumeration ErrorSeverity
public enum ErrorSeverity
public enum class ErrorSeverity
type ErrorSeverity
public enum ErrorSeverity
Members
| Member name | Description | |
|---|---|---|
| Unknown | The error severity is unknown. | |
| Error | The error object represents an exception. | |
| Warning | The error object records a warning. | |
| Message | The error object records a message. |