ImportRowError class
A resource that reports the import job errors at row level.
Constructors
-
ImportRowError({List<
ImportError> ? errors, int? rowNumber, String? vmName, String? vmUuid}) - ImportRowError.fromJson(Map json_)
Properties
-
errors
↔ List<
ImportError> ? -
The list of errors detected in the row.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rowNumber ↔ int?
-
The row number where the error was detected.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vmName ↔ String?
-
The name of the VM in the row.
getter/setter pair
- vmUuid ↔ String?
-
The VM UUID.
getter/setter pair
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