Type Alias MissingPointcutErrorCause

MissingPointcutErrorCause: {
    point: "eval@before";
    tag: Json;
    type: "MissingCut";
}

Signals that a join point has not been cut when it was required to do so. Only the eval@before