Enum AttributionReportingSourceRegistrationResult
AttributionReportingSourceRegistrationResult
[JsonConverter(typeof(JsonEnumMemberConverter<AttributionReportingSourceRegistrationResult>))]
public enum AttributionReportingSourceRegistrationResult
Fields
[EnumMember(Value = "destinationBothLimitsReached")] DestinationBothLimitsReached = 9
Enumerated member for the destinationBothLimitsReached value.
[EnumMember(Value = "destinationGlobalLimitReached")] DestinationGlobalLimitReached = 8
Enumerated member for the destinationGlobalLimitReached value.
[EnumMember(Value = "destinationPerDayReportingLimitReached")] DestinationPerDayReportingLimitReached = 15
Enumerated member for the destinationPerDayReportingLimitReached value.
[EnumMember(Value = "destinationReportingLimitReached")] DestinationReportingLimitReached = 7
Enumerated member for the destinationReportingLimitReached value.
[EnumMember(Value = "exceedsMaxChannelCapacity")] ExceedsMaxChannelCapacity = 11
Enumerated member for the exceedsMaxChannelCapacity value.
[EnumMember(Value = "exceedsMaxEventStatesLimit")] ExceedsMaxEventStatesLimit = 14
Enumerated member for the exceedsMaxEventStatesLimit value.
[EnumMember(Value = "exceedsMaxScopesChannelCapacity")] ExceedsMaxScopesChannelCapacity = 12
Enumerated member for the exceedsMaxScopesChannelCapacity value.
[EnumMember(Value = "exceedsMaxTriggerStateCardinality")] ExceedsMaxTriggerStateCardinality = 13
Enumerated member for the exceedsMaxTriggerStateCardinality value.
[EnumMember(Value = "excessiveReportingOrigins")] ExcessiveReportingOrigins = 4
Enumerated member for the excessiveReportingOrigins value.
[EnumMember(Value = "insufficientSourceCapacity")] InsufficientSourceCapacity = 2
Enumerated member for the insufficientSourceCapacity value.
[EnumMember(Value = "insufficientUniqueDestinationCapacity")] InsufficientUniqueDestinationCapacity = 3
Enumerated member for the insufficientUniqueDestinationCapacity value.
[EnumMember(Value = "internalError")] InternalError = 1
Enumerated member for the internalError value.
[EnumMember(Value = "prohibitedByBrowserPolicy")] ProhibitedByBrowserPolicy = 5
Enumerated member for the prohibitedByBrowserPolicy value.
[EnumMember(Value = "reportingOriginsPerSiteLimitReached")] ReportingOriginsPerSiteLimitReached = 10
Enumerated member for the reportingOriginsPerSiteLimitReached value.
[EnumMember(Value = "success")] Success = 0
Enumerated member for the success value.
[EnumMember(Value = "successNoised")] SuccessNoised = 6
Enumerated member for the successNoised value.