setErrors method

void setErrors(
  1. StatusVec value
)

Implementation

void setErrors(StatusVec value) {
  _setErrors(self, value);
}