$FieldError class

Used by:

  • dfareporting:v4 : FieldError
  • dfareporting:v5 : FieldError

Constructors

$FieldError.new({int? fieldId, String? fieldName, List<String>? fieldValues, String? ingestionError, bool? isError})
$FieldError.fromJson(Map json_)

Properties

fieldId int?
The ID of the field.
getter/setter pair
fieldName String?
The name of the field.
getter/setter pair
fieldValues List<String>?
The list of values of the field.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ingestionError String?
The ingestion error of the field.
getter/setter pair
isError bool?
Incidcates whether the field has error or warning.
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