errors property
Any errors that occurred while setting up the InsightsConfig.
Each error will be in the format: field_name: error_message
, e.g.
GetAppHubApplication: Permission denied while getting App Hub application.
Please grant permissions to the P4SA.
Output only.
Implementation
core.List<Status>? errors;