Table of Contents

Public enum IndexCheckSeverity

Namespace
Rowles.LeanCorpus.Index
Assembly
Rowles.LeanCorpus.dll

Severity of an index validation issue.

public enum IndexCheckSeverity

Fields

Error = 2

Fatal issue that means the checked index is not healthy.

Info = 0

Informational diagnostic that does not affect index health.

Warning = 1

Non-fatal issue that should be reviewed.