I was trying calculating integrals of tiny orders. Between 1e-20 and 1e-60. And setting the relative error bellow epsilon throws error.
I'm using double and it is floating point representation, so I deduct it shouldn't be a problem if I use tiny numbers since it is stored as a chain of significant numbers and exponent.