setErrors2 method

void setErrors2(
  1. int length,
  2. StatusVec value
)

Implementation

void setErrors2(int length, StatusVec value) {
  _setErrors2(self, length, value);
}