ProcessingFailureDetails class
Additional details to accompany the ProcessingFailureReason enum.
This message is always expected to be used in conjunction with ProcessingFailureReason, and the oneof value set in this message should match the FailureReason.
Constructors
- ProcessingFailureDetails({GpsDataGapFailureDetails? gpsDataGapDetails, ImuDataGapFailureDetails? imuDataGapDetails, InsufficientGpsFailureDetails? insufficientGpsDetails, NoOverlapGpsFailureDetails? noOverlapGpsDetails, NotOutdoorsFailureDetails? notOutdoorsDetails})
- ProcessingFailureDetails.fromJson(Map json_)
Properties
- gpsDataGapDetails ↔ GpsDataGapFailureDetails?
-
See GpsDataGapFailureDetails.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imuDataGapDetails ↔ ImuDataGapFailureDetails?
-
See ImuDataGapFailureDetails.
getter/setter pair
- insufficientGpsDetails ↔ InsufficientGpsFailureDetails?
-
See InsufficientGpsFailureDetails.
getter/setter pair
- noOverlapGpsDetails ↔ NoOverlapGpsFailureDetails?
-
See NoOverlapGpsFailureDetails.
getter/setter pair
- notOutdoorsDetails ↔ NotOutdoorsFailureDetails?
-
See NotOutdoorsFailureDetails.
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