連接器使用者會看見的錯誤。
var cc = DataStudioApp.createCommunityConnector(); cc.newUserError() .setText("This is the debug error text.") .setDebugText("This text is only shown to admins.") .throwException();
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
printJson() | String | 列印這個物件的 JSON 表示法。 |
setDebugText(text) | UserError | 設定偵錯錯誤文字,只會向管理員顯示。 |
setText(text) | UserError | 設定使用者錯誤訊息的文字。 |
throwException() | void | 觸發要擲回的例外狀況。 |
內容詳盡的說明文件
printJson()
列印這個物件的 JSON 表示法。此功能僅適用於偵錯。
回攻員
String
setDebugText(text)
setText(text)
throwException()
觸發要擲回的例外狀況。