Values.AddonIssueSourceAn issue related to an add-on.
type nonrec t = {code : AddonIssueCode.t option;A code that describes the type of issue.
*)message : String_.t option;A message that provides details about the issue and what might cause it.
*)resourceIds : StringList.t option;The resource IDs of the issue.
*)}