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