Click or drag to resize

AttributionReportingAggregatableResult Enumeration

Version 130.1.90
AttributionReportingAggregatableResult

Namespace: CefSharp.DevTools.Storage
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public enum AttributionReportingAggregatableResult
Members
Member nameValueDescription
Success0 success
InternalError1 internalError
NoCapacityForAttributionDestination2 noCapacityForAttributionDestination
NoMatchingSources3 noMatchingSources
ExcessiveAttributions4 excessiveAttributions
ExcessiveReportingOrigins5 excessiveReportingOrigins
NoHistograms6 noHistograms
InsufficientBudget7 insufficientBudget
NoMatchingSourceFilterData8 noMatchingSourceFilterData
NotRegistered9 notRegistered
ProhibitedByBrowserPolicy10 prohibitedByBrowserPolicy
Deduplicated11 deduplicated
ReportWindowPassed12 reportWindowPassed
ExcessiveReports13 excessiveReports
See Also