Values.CapabilityIssueSourceAn issue affecting a capability's health or operation.
type nonrec t = {code : CapabilityIssueCode.t option;A code identifying the type of issue. This can be used to programmatically handle specific issue types.
*)message : String_.t option;A human-readable message describing the issue and potential remediation steps.
*)}