DestinationNotWorkingEvidence class
Evidence of the creative's destination URL not functioning properly or having been incorrectly set up.
Constructors
Properties
- dnsError ↔ String?
-
DNS lookup errors.
Possible string values are:
getter/setter pair
- expandedUrl ↔ String?
-
The full non-working URL.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpError ↔ int?
-
HTTP error code (for example, 404 or 5xx)
getter/setter pair
- invalidPage ↔ String?
-
Page was crawled successfully, but was detected as either a page with no
content or an error page.
Possible string values are:
getter/setter pair
- lastCheckTime ↔ String?
-
Approximate time when the ad destination was last checked.
getter/setter pair
- platform ↔ String?
-
Platform of the non-working URL.
Possible string values are:
getter/setter pair
- redirectionError ↔ String?
-
HTTP redirect chain error.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- urlRejected ↔ String?
-
Rejected because of malformed URLs or invalid requests.
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited