Skip to content

Commit 0a3a65d

Browse files
github-actions[bot]github-actions
andauthored
Add new errorCode 4 of NarrowcastProgressResponse (#1120)
A new errorCode has been added to NarrowcastProgressResponse. New number is 4. 4 means an audience of less than 50 recipients is included as a condition of sending. Previously, it was not possible to determine whether an error occurred due to a lack of enough recipients or because an audience of less than 50 recipients is included as a condition of sending. This will be fixed with the update to the Messaging API, so the description of errorCode on OpenAPI will also be revised. Co-authored-by: github-actions <github-actions@github.com>
1 parent 308f939 commit 0a3a65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/messaging-api/model/narrowcastProgressResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export type NarrowcastProgressResponse = {
4242
*/
4343
failedDescription?: string /**/;
4444
/**
45-
* Error summary. This is only included with a phase property value of failed. One of: `1`: An internal error occurred. `2`: An error occurred because there weren\'t enough recipients. `3`: A conflict error of requests occurs because a request that has already been accepted is retried.
45+
* Error summary. This is only included with a phase property value of failed. One of: `1`: An internal error occurred. `2`: An error occurred because there weren\'t enough recipients. `3`: A conflict error of requests occurs because a request that has already been accepted is retried. `4`: An audience of less than 50 recipients is included as a condition of sending.
4646
*
4747
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-narrowcast-progress-status">errorCode Documentation</a>
4848
*/

0 commit comments

Comments
 (0)