Package google.chat.logging.v1
ChatAppLogEntry
오류 메시지의 JSON 페이로드입니다. Cloud Logging API가 사용 설정된 경우 이러한 오류 메시지는 Google Cloud Logging에 로깅됩니다.
필드 |
deployment |
string
오류를 일으킨 배포입니다. Apps Script로 빌드된 Chat 앱의 경우 Apps Script에서 정의한 배포 ID입니다.
|
error |
Status
오류 코드와 메시지입니다.
|
deployment_function |
string
오류가 발생했을 때 실행 중이던 암호화되지 않은 callback_method 이름입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-27(UTC)
[null,null,["최종 업데이트: 2025-02-27(UTC)"],[[["ChatAppLogEntry provides a JSON payload containing error messages for Chat apps."],["If enabled, these error messages are sent to Google Cloud Logging for analysis and debugging."],["The payload includes information about the deployment, error code and message, and the specific function where the error occurred."]]],["The `ChatAppLogEntry` message logs error details to Google Cloud Logging when enabled. It captures the `deployment` (e.g., deployment ID for Apps Script), the associated `error` (code and message), and the `deployment_function` (callback method name) where the error occurred. This structure allows for detailed tracking and analysis of errors within a Chat app.\n"]]