Again, I'm not sure I understand the question? If it is about learning how to use residuals to determine adequacy of your model, there are many books and papers on the subject. First, a residual is the difference between the prediction from the model and the actual value. Regardless of any assumptions required or implied, in order for the model to be useful, you would hope that it does a fairly good job of predicting the actual results. From a model development perspective:
1. you would hope the model isn't biased high or low (the residuals would be distributed around 0),
2. you would hope the residuals have about the same variation around the model and this variation isn't fluctuating greatly ( the residuals have a constant variance)
3. you would hope there aren't any unusual data points not explained by the model (absence of outliers in the residuals)
4. You would hope the residuals didn't form some pattern or were related to each other (independently distributed)
If some of these hopes are not satisfied, you should seek to understand why. You should challenge the effectiveness of your model and how you can modify it to make it more useful (and better yet arrive at a better understanding of what is actually going on).
"All models are wrong, some are useful" G.E.P. Box