File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -128,4 +128,11 @@ stream.on('error', (err) => {
128128
129129You can check which method returns ` Promise ` or ` ReadableStream ` in the API
130130reference 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 )
You can’t perform that action at this time.
0 commit comments