Variable IntegrationException.errorEstimate

The current estimates of the integration result and absolute error.

class IntegrationException
{
  // ...
  immutable(real) errorEstimate ;
  // ...
}

Depending on the type of error, these may or may not be close to the correct values. They are, however, very often useful for figuring out what has gone wrong.