DatafeedStatusError class Null safety
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".
read / write
- count ↔ String?
-
The number of occurrences of the error in the feed.
read / write
-
examples
↔ List<
DatafeedStatusExample> ? -
A list of example occurrences of the error, grouped by product.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- message ↔ String?
-
The error message, for example, "Invalid price".
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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