Docs: 에러 알림 구분 — n8n 워크플로우 에러 vs 봇 요약 처리 에러
- Error Trigger: 임베드 형식으로 변경, 실패 노드/실행 ID 포함, fallback 처리 - Switch error: footer를 "봇 요약 처리 에러"로 구분 - 에러 유형 비교 테이블 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -213,7 +213,7 @@ return $input.all().filter(item => {
|
||||
{ "name": "에러 타입", "value": "`{{ $json.error_type }}`", "inline": true },
|
||||
{ "name": "에러 내용", "value": "```\n{{ $json.error_message }}\n```", "inline": false }
|
||||
],
|
||||
"footer": { "text": "YouTube 뉴스 요약 봇 - 에러 알림" }
|
||||
"footer": { "text": "봇 요약 처리 에러 — FastAPI 응답" }
|
||||
}]
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user