Skip to content

Commit 610e47e

Browse files
authored
Fix wrong URL of documents (#1249)
Fix #1214
1 parent af61d38 commit 610e47e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/guide/client.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,11 @@ stream.on('error', (err) => {
128128

129129
You can check which method returns `Promise` or `ReadableStream` in the API
130130
reference of [`Client`](../apidocs/globals.md). For type signatures of the
131-
errors above, please refer to [Exceptions](../apidocs/globals.md).
131+
errors above, please refer to below.
132+
133+
- [HTTPError](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/HTTPError.html)
134+
- [HTTPFetchError](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/HTTPFetchError.html)
135+
- [JSONParseError](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/JSONParseError.html)
136+
- [ReadError](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/ReadError.html)
137+
- [RequestError](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/RequestError.html)
138+
- [SignatureValidationFailed](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/SignatureValidationFailed.html)

0 commit comments

Comments
 (0)