AttributionReportingAggregatableResult Enumeration |
Version 130.1.90
AttributionReportingAggregatableResult
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum AttributionReportingAggregatableResult
public enum class AttributionReportingAggregatableResult
Members Member name | Value | Description |
---|
Success | 0 |
success
|
InternalError | 1 |
internalError
|
NoCapacityForAttributionDestination | 2 |
noCapacityForAttributionDestination
|
NoMatchingSources | 3 |
noMatchingSources
|
ExcessiveAttributions | 4 |
excessiveAttributions
|
ExcessiveReportingOrigins | 5 |
excessiveReportingOrigins
|
NoHistograms | 6 |
noHistograms
|
InsufficientBudget | 7 |
insufficientBudget
|
NoMatchingSourceFilterData | 8 |
noMatchingSourceFilterData
|
NotRegistered | 9 |
notRegistered
|
ProhibitedByBrowserPolicy | 10 |
prohibitedByBrowserPolicy
|
Deduplicated | 11 |
deduplicated
|
ReportWindowPassed | 12 |
reportWindowPassed
|
ExcessiveReports | 13 |
excessiveReports
|
See Also