EdmSchemaErrorSeverity Enum

Definition

Specifies the severity level of the error.

public enum class EdmSchemaErrorSeverity
public enum EdmSchemaErrorSeverity
type EdmSchemaErrorSeverity = 
Public Enum EdmSchemaErrorSeverity
Inheritance
EdmSchemaErrorSeverity

Fields

Error 1

An error indicates that a severe problem occurred and the schema cannot be used.

Warning 0

A warning indicates that there are some problems in the schema but it is still usable.

Applies to