AdError class
Surfaces an error that occurred during ad loading or playing.
- Annotations
Constructors
- AdError.new({required AdErrorType type, required AdErrorCode code, String? message})
-
Creates a AdError.
const
Properties
- code → AdErrorCode
-
The error code for obtaining more specific information about the error.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
A brief description about the error.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → AdErrorType
-
Specifies the source of the error.
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