PatchbayAuditExecutionDetailsDefectHandler typedef
PatchbayAuditExecutionDetailsDefectHandler =
void Function(String reason)
Signature for patchbayProjectAuditEvent's onExecutionDetailsDefect
callback: fired with one of patchbayAuditExecutionDetailsDefectReasons
when a recognisably reveal-shaped accepted response violates a closed
DG-060-04 bound. The projected event always omits executionDetails in
that case regardless of whether a callback is supplied.
Implementation
typedef PatchbayAuditExecutionDetailsDefectHandler =
void Function(String reason);