From 58516c912059cd92fde8cdba53460f4fad2125da Mon Sep 17 00:00:00 2001 From: Motoi Okuzono Date: Tue, 22 Apr 2025 10:41:23 +0900 Subject: [PATCH] Fix wrong URL of documents --- docs/guide/client.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/guide/client.md b/docs/guide/client.md index 4ee2084c2..cdd3d099a 100644 --- a/docs/guide/client.md +++ b/docs/guide/client.md @@ -128,4 +128,11 @@ stream.on('error', (err) => { You can check which method returns `Promise` or `ReadableStream` in the API reference of [`Client`](../apidocs/globals.md). For type signatures of the -errors above, please refer to [Exceptions](../apidocs/globals.md). +errors above, please refer to below. + +- [HTTPError](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/HTTPError.html) +- [HTTPFetchError](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/HTTPFetchError.html) +- [JSONParseError](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/JSONParseError.html) +- [ReadError](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/ReadError.html) +- [RequestError](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/RequestError.html) +- [SignatureValidationFailed](https://line.github.io/line-bot-sdk-nodejs/apidocs/classes/SignatureValidationFailed.html)