AdError class

Error information about why an ad operation failed.

Implementers

Constructors

AdError(int code, String domain, String message)
Creates an AdError with the given code, domain and message.

Properties

code int
Unique code to identify the error.
final
domain String
The domain from which the error came.
final
hashCode int
The hash code for this object.
no setterinherited
message String
A message detailing the error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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