Details on a data issue in the listing.
JSON representation |
---|
{ "dataIssueType": enum ( |
Fields | |
---|---|
dataIssueType |
The type of the data issue. |
dataIssueSeverity |
The severity of the data issue. |
isSelfResolving |
Whether or not the issue is self-resolving. If true, the issue is expected to resolve itself. If false or not set, action is needed to resolve the issue. Refer to documentation on the data issue’s type for further information. |
DataIssueSeverity
Enumerates the severity of the data issue.
Enums | |
---|---|
DATA_ISSUE_SEVERITY_UNSPECIFIED |
The severity of the issue is unknown. |
ERROR |
The data issue will make the listing ineligible for serving. |
WARNING |
The listing will still be eligible for serving, but the data issue may have an adverse effect on the content shown. |
INFO |
The data issue is for informational purposes. |