Type Alias DuplicatePointcutErrorCause

DuplicatePointcutErrorCause: {
    conflict: VariableName[];
    point: "eval@before" | "apply@around" | "construct@around";
    tag: Json;
    type: "DuplicateCut";
}

Signals that a join point has been cut multiple times when it was illegal. This can only happen when using the flexible API: conf.standard_flexible.