errorGroups property

List<LogErrorGroup>? errorGroups
getter/setter pair

The Error Reporting (https://cloud.google.com/error-reporting) error groups associated with this LogEntry.

Error Reporting sets the values for this field during error group creation.For more information, see View error details( https://cloud.google.com/error-reporting/docs/viewing-errors#view_error_details)This field isn't available during log routing (https://cloud.google.com/logging/docs/routing/overview)

Output only.

Implementation

core.List<LogErrorGroup>? errorGroups;