BidFailedReasonCode enum

竞价失败原因码

Inheritance
Available extensions

Values

BID_FLOOR → const BidFailedReasonCode

价格低于媒体侧底价

const BidFailedReasonCode(101)
LOW_PRICE → const BidFailedReasonCode

竞价失败

const BidFailedReasonCode(102)
TIMEOUT → const BidFailedReasonCode

请求超时

const BidFailedReasonCode(103)
BLOCK → const BidFailedReasonCode

主动屏蔽(物料原因、竞品、频控)

const BidFailedReasonCode(104)
OTHER → const BidFailedReasonCode

其他原因

const BidFailedReasonCode(201)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
val int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<BidFailedReasonCode>
A constant List of the values in this enum, in order of their declaration.