Enum EdgeGuidanceProbeResult
The guidance probe's outcome.
public enum EdgeGuidanceProbeResult
Fields
Unprobed = 0The probe has not run.
Enforced = 1The probe proved the constraint was applied.
NotEnforced = 2The probe ran and the constraint was not proven enforced.
ProbeFailed = 3The probe itself threw.
Remarks
NotEnforced means "not proven enforced", not "proven absent": a guidance-enabled build could also fail the probe if the model or its template is unusual, which is why the taxonomy separates a throw (ProbeFailed) from a mismatch. The diagnostics key says exactly that.