Severity Enumeration

Indicates the severity of a failure that occurs during data generation.

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

Syntax

'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Enumeration Severity
'Usage
Dim instance As Severity
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public enum Severity
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public enum class Severity
public enum Severity

Members

Member name Description
Error An error is reported to the user, and data generation stops. Error is the default value.
Warning A warning is reported to the user, and data generation continues.
Information Information is reported to the user, and data generation continues.

Remarks

This severity is used when reporting errors that occur during the validation of the input properties.

See Also

Reference

Microsoft.Data.Schema.DataGenerator Namespace

GeneratorUserException

InputValidationException