NotifyWorkersFailureStatus class
When MTurk encounters an issue with notifying the Workers you specified, it returns back this object with failure details.
Constructors
- NotifyWorkersFailureStatus({NotifyWorkersFailureCode? notifyWorkersFailureCode, String? notifyWorkersFailureMessage, String? workerId})
-
NotifyWorkersFailureStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- notifyWorkersFailureCode → NotifyWorkersFailureCode?
-
Encoded value for the failure type.
final
- notifyWorkersFailureMessage → String?
-
A message detailing the reason the Worker could not be notified.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- workerId → String?
-
The ID of the Worker.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited