Table of Contents

Enum ValidationErrors

Namespace
AngleSharp.Html
Assembly
AngleSharp.dll

Describes the various validation errors.

[Flags]
public enum ValidationErrors : ushort
Extension Methods

Fields

BadInput = 256

The input was classified as invalid.

Custom = 512

A custom error appeared.

None = 0

No errors.

PatternMismatch = 4

The given pattern is not matched.

RangeOverflow = 64

The given value is too large.

RangeUnderflow = 32

The given value is too small.

StepMismatch = 128

The discrete step is not matched.

TooLong = 8

The value is too long.

TooShort = 16

The value is too short.

TypeMismatch = 2

The inferred type is not correct.

ValueMissing = 1

The required value is missing.