failures property

  1. @TagNumber.new(2)
PbList<BatchEnableServicesResponse_EnableFailure> get failures

If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.

Implementation

@$pb.TagNumber(2)
$pb.PbList<BatchEnableServicesResponse_EnableFailure> get failures =>
    $_getList(1);