Variable IntegrationException.extra

This value will sometimes contain more detailed information about the error.

class IntegrationException
{
  // ...
  immutable(char[]) extra ;
  // ...
}