Skip to content

Commit 491e118

Browse files
authored
Add new errorCode 4 of NarrowcastProgressResponse (#79)
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.
1 parent e8fbce9 commit 491e118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

messaging-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2728,6 +2728,7 @@ components:
27282728
`1`: An internal error occurred.
27292729
`2`: An error occurred because there weren't enough recipients.
27302730
`3`: A conflict error of requests occurs because a request that has already been accepted is retried.
2731+
`4`: An audience of less than 50 recipients is included as a condition of sending.
27312732
acceptedTime:
27322733
type: string
27332734
format: date-time

0 commit comments

Comments
 (0)