WarnerEngine.WithEnabledWarnings constructor

WarnerEngine.WithEnabledWarnings(
  1. List<WarningType> enabledWarnings
)

Creates a new instance of this class.

  • enabledWarnings The list of warning types that should be monitored and processed by the engine. Only warnings of these types will be generated.

Throws InstantiationException. Indicates what went wrong when the instantiation was attempted.

Implementation

factory WarnerEngine.WithEnabledWarnings(List<WarningType> enabledWarnings) => $prototype.WithEnabledWarnings(enabledWarnings);