Skip to content
ModularityKit.Mutator ModularityKit.Mutator Docs
  • Home
  • Core
  • Governance
  • Redis
  • API
Search Results for

    Show / Hide Table of Contents

    Enum SideEffectSeverity

    Represents the severity level of a SideEffect. Determines the criticality and potential need for intervention.

    Namespace: ModularityKit.Mutator.Abstractions.Effects
    Assembly: ModularityKit.Mutator.dll
    Syntax
    public enum SideEffectSeverity

    Fields

    Name Description
    Critical

    Critical side effect. Immediate action is recommended. May impact system stability or security.

    Error

    Error-level side effect. Indicates a problem that should be addressed.

    Info

    Informational side effect. No immediate action required.

    Warning

    Warning-level side effect. Indicates a potential issue, may require attention.

    • Edit this page
    • View Source
    In this article
    ModularityKit.Mutator Generated from XML docs and published from main. Back to top