DatafeedStatusError class
An error occurring in the feed, like "invalid price".
Constructors
-
DatafeedStatusError({String? code, String? count, List<
DatafeedStatusExample> ? examples, String? message}) - DatafeedStatusError.fromJson(Map json_)
Properties
- code ↔ String?
-
The code of the error, for example, "validation/invalid_value".
getter/setter pair
- count ↔ String?
-
The number of occurrences of the error in the feed.
getter/setter pair
-
examples
↔ List<
DatafeedStatusExample> ? -
A list of example occurrences of the error, grouped by product.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
The error message, for example, "Invalid price".
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited