An error that is only visible to admins of the connector.
var cc = DataStudioApp.createCommunityConnector(); cc.newDebugError() .setText("This is the debug error text.") .throwException();
An error that is only visible to admins of the connector.