totalErrors property

  1. @BuiltValueField.new(wireName: r'totalErrors')
int? get totalErrors

The number of terminals for which scheduling the action failed.

Implementation

@BuiltValueField(wireName: r'totalErrors')
int? get totalErrors;