Member Junction
    Preparing search index...

    A single problem found in a LeakageGuard configuration.

    interface LeakageGuardIssue {
        Field: LeakageGuardIssueField;
        Message: string;
        Severity: LeakageGuardIssueSeverity;
        Value: string | number;
    }
    Index

    Properties

    The guard field the issue was found on.

    Message: string

    Human-readable explanation, written for the person editing the pipeline.

    Severity — Failure should block the save.

    Value: string | number

    The offending value.