CONFIG_RETURN_ERROR_DETAILS
CONFIG_RETURN_ERROR_DETAILS
if true, there will be detailed information in the error messages, including confidential information like paths.
So it is advised to set to true for development purposes and to false in production. default is true. Set in the shared config. for example $this->sharedConfig[self::CONFIG_RETURN_ERROR_DETAILS] = true;