只有連接器管理員看得到的錯誤。
const cc = DataStudioApp.createCommunityConnector(); cc.newDebugError().setText('This is the debug error text.').throwException();
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
print | String | 列印此物件的 JSON 表示法。 |
set | Debug | 設定偵錯錯誤的文字,只會顯示給管理員。 |
throw | void | 觸發這個例外狀況。 |
內容詳盡的說明文件
print Json()
列印此物件的 JSON 表示法。這項設定僅供偵錯。
回攻員
String
set Text(text)
throw Exception()
觸發這個例外狀況。