WorkflowTransitionRulesUpdateErrorDetails class
Details of any errors encountered while updating workflow transition rules for a workflow.
Constructors
-
WorkflowTransitionRulesUpdateErrorDetails({required Map<
String, dynamic> ruleUpdateErrors, required List<String> updateErrors, required WorkflowId workflowId}) -
WorkflowTransitionRulesUpdateErrorDetails.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ruleUpdateErrors
→ Map<
String, dynamic> -
A list of transition rule update errors, indexed by the transition rule
ID. Any transition rule that appears here wasn't updated.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
updateErrors
→ List<
String> -
The list of errors that specify why the workflow update failed. The
workflow was not updated if the list contains any entries.
final
- workflowId → WorkflowId
-
final
Methods
-
copyWith(
{Map< String, dynamic> ? ruleUpdateErrors, List<String> ? updateErrors, WorkflowId? workflowId}) → WorkflowTransitionRulesUpdateErrorDetails -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited