Class UserError

User Error

An error that is shown to users of the connector.

 const 
  
 cc 
  
 = 
  
 DataStudioApp 
 . 
 createCommunityConnector 
 (); 
 cc 
 . 
 newUserError 
 () 
  
 . 
 setText 
 ( 
 'This is the debug error text.' 
 ) 
  
 . 
 setDebugText 
 ( 
 'This text is only shown to admins.' 
 ) 
  
 . 
 throwException 
 (); 

Methods

Method Return type Brief description
String Prints the JSON representation of this object.
User Error Sets the text of the debug error, which is only shown to admins.
User Error Sets the text of the user error.
void Triggers this exception to be thrown.

Detailed documentation

print Json()

Prints the JSON representation of this object. This is for debugging only.

Return

String


set Debug Text(text)

Sets the text of the debug error, which is only shown to admins.

Parameters

Name Type Description
text
String The error text.

Return

User Error — This object, for chaining.


set Text(text)

Sets the text of the user error.

Parameters

Name Type Description
text
String The error text.

Return

User Error — This object, for chaining.


throw Exception()

Triggers this exception to be thrown.

Create a Mobile Website
View Site in Mobile | Classic
Share by: