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