remove usage of the method dontHandleErrorForNex
Created by: xkureck
Remove usage of the method apiRequest.dontHandleErrorForNext(). We were using the method in wrong way. The method just dont handle the next error and thats it. We were calling it before the api request that might or might not generate some error. By now you probably know what is the problem. Remove the usage of this method. The method can be still here but write comment to this method that it is not recommended to use it.