Values.RepositoryScanningConfigurationFailureSourceThe details about any failures associated with the scanning configuration of a repository.
type nonrec t = {repositoryName : RepositoryName.t option;The name of the repository.
*)failureCode : ScanningConfigurationFailureCode.t option;The failure code.
*)failureReason : ScanningConfigurationFailureReason.t option;The reason for the failure.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RepositoryName.t ]) list ]