커넥터 관리자에게만 표시되는 오류입니다.
var cc = DataStudioApp.createCommunityConnector(); cc.newDebugError() .setText("This is the debug error text.") .throwException();
메서드
메서드 | 반환 유형 | 간략한 설명 |
---|---|---|
printJson() | String | 이 객체의 JSON 표현을 출력합니다. |
setText(text) | DebugError | 관리자에게만 표시되는 디버그 오류의 텍스트를 설정합니다. |
throwException() | void | 이 예외가 발생하도록 트리거합니다. |
자세한 문서
printJson()
이 객체의 JSON 표현을 출력합니다. 이는 디버깅 전용입니다.
리턴
String
setText(text)
throwException()
이 예외가 발생하도록 트리거합니다.