Values.ResourceErrorsDetailsSourceA list of errors retrieving an application's resources.
type nonrec t = {hasMoreErrors : BooleanOptional.t option;This indicates if there are more errors not listed in the resourceErrors list.
*)resourceErrors : ResourceErrorList.t option;A list of errors retrieving an application's resources.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `List of
[> `Structure of (string * [> `String of String255.t ]) list ] list ])
list ]