커넥터 사용자에게 표시되는 오류입니다.
const cc = DataStudioApp.createCommunityConnector(); cc.newUserError() .setText('This is the debug error text.') .setDebugText('This text is only shown to admins.') .throwException();
메서드
메서드 | 반환 유형 | 간략한 설명 |
---|---|---|
print | String | 이 객체의 JSON 표현을 출력합니다. |
set | User | 관리자에게만 표시되는 디버그 오류의 텍스트를 설정합니다. |
set | User | 사용자 오류의 텍스트를 설정합니다. |
throw | void | 이 예외가 발생하도록 트리거합니다. |
자세한 문서
print Json()
이 객체의 JSON 표현을 출력합니다. 디버깅 전용입니다.
리턴
String
set Debug Text(text)
set Text(text)
throw Exception()
이 예외가 발생하도록 트리거합니다.