sharedPostProcessCheckGeneralError function

bool sharedPostProcessCheckGeneralError(
  1. String out
)

Implementation

bool sharedPostProcessCheckGeneralError(String out) {
  return out.contains('error:');
}