insertFailIndexes property

  1. @JsonKey(name: 'insertFailIndexes')
List<int>? insertFailIndexes
getter/setter pair

If the plug cannot be inserted for some reason, this will have the indexes into the plug item definition's plug.insertionRules property, so you can show the reasons why it can't be inserted. This list will be empty if the plug can be inserted.

Implementation

@JsonKey(name:'insertFailIndexes')
List<int>? insertFailIndexes;