findError method

int findError(
  1. IStatus status,
  2. int pos
)

Implementation

int findError(IStatus status, int pos) {
  final res = _findError(self, status.self, pos);
  status.checkStatus();
  return res;
}