picoclaw/pkg/channels/line
ex-takashima 9b7fc7aa6c fix(line): classify SDK errors with HTTP status and add client timeout
Address review feedback:
- Use *WithHttpInfo SDK variants to get HTTP response status codes
- Map status codes via ClassifySendError (429→ErrRateLimit, 5xx→ErrTemporary, 4xx→ErrSendFailed)
- Fall back to ClassifyNetError for network-level failures
- Configure SDK with 30s timeout HTTP client

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-07 16:23:33 +09:00
..
init.go refactor(config): make config.Channel to multiple instance support 2026-04-13 22:21:21 +08:00
line.go fix(line): classify SDK errors with HTTP status and add client timeout 2026-05-07 16:23:33 +09:00
line_test.go Merge remote-tracking branch 'origin/main' into refactor/line-sdk 2026-04-15 23:07:04 +09:00