Table of Contents

Enum AttributionReportingEventLevelResult

Namespace
OpenQA.Selenium.DevTools.V130.Storage
Assembly
WebDriver.dll

AttributionReportingEventLevelResult

[JsonConverter(typeof(JsonEnumMemberConverter<AttributionReportingEventLevelResult>))]
public enum AttributionReportingEventLevelResult

Fields

[EnumMember(Value = "deduplicated")] Deduplicated = 5

Enumerated member for the deduplicated value.

[EnumMember(Value = "excessiveAttributions")] ExcessiveAttributions = 6

Enumerated member for the excessiveAttributions value.

[EnumMember(Value = "excessiveReportingOrigins")] ExcessiveReportingOrigins = 9

Enumerated member for the excessiveReportingOrigins value.

[EnumMember(Value = "excessiveReports")] ExcessiveReports = 13

Enumerated member for the excessiveReports value.

[EnumMember(Value = "falselyAttributedSource")] FalselyAttributedSource = 14

Enumerated member for the falselyAttributedSource value.

[EnumMember(Value = "internalError")] InternalError = 2

Enumerated member for the internalError value.

[EnumMember(Value = "neverAttributedSource")] NeverAttributedSource = 8

Enumerated member for the neverAttributedSource value.

[EnumMember(Value = "noCapacityForAttributionDestination")] NoCapacityForAttributionDestination = 3

Enumerated member for the noCapacityForAttributionDestination value.

[EnumMember(Value = "noMatchingConfigurations")] NoMatchingConfigurations = 12

Enumerated member for the noMatchingConfigurations value.

[EnumMember(Value = "noMatchingSourceFilterData")] NoMatchingSourceFilterData = 10

Enumerated member for the noMatchingSourceFilterData value.

[EnumMember(Value = "noMatchingSources")] NoMatchingSources = 4

Enumerated member for the noMatchingSources value.

[EnumMember(Value = "noMatchingTriggerData")] NoMatchingTriggerData = 18

Enumerated member for the noMatchingTriggerData value.

[EnumMember(Value = "notRegistered")] NotRegistered = 16

Enumerated member for the notRegistered value.

[EnumMember(Value = "priorityTooLow")] PriorityTooLow = 7

Enumerated member for the priorityTooLow value.

[EnumMember(Value = "prohibitedByBrowserPolicy")] ProhibitedByBrowserPolicy = 11

Enumerated member for the prohibitedByBrowserPolicy value.

[EnumMember(Value = "reportWindowNotStarted")] ReportWindowNotStarted = 17

Enumerated member for the reportWindowNotStarted value.

[EnumMember(Value = "reportWindowPassed")] ReportWindowPassed = 15

Enumerated member for the reportWindowPassed value.

[EnumMember(Value = "success")] Success = 0

Enumerated member for the success value.

[EnumMember(Value = "successDroppedLowerPriority")] SuccessDroppedLowerPriority = 1

Enumerated member for the successDroppedLowerPriority value.