Errors class
A list of errors returned by a failed batch entry.
Constructors
- Errors()
- Errors.fromJson(Map _json)
Properties
- code ↔ int
-
The HTTP status of the first error in
errors
.read / write -
errors
↔ List<
Error> -
A list of errors.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- message ↔ String
-
The message of the first error in
errors
.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited