TestimoX

API Reference

Enum

AdMigrationIssueSeverity

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Severity of a migration plan issue.

Inheritance

  • Enum
  • AdMigrationIssueSeverity

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const AdMigrationIssueSeverity Info #

Informational note.

Value: 0
public const AdMigrationIssueSeverity Warning #

Warning that does not block planning.

Value: 1
public const AdMigrationIssueSeverity Blocker #

Blocker that prevents execution.

Value: 2