Skip to content

Commit

Permalink
Add new errorCode 4 of NarrowcastProgressResponse (#522)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jan 15, 2025
1 parent b24998a commit 59840be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type NarrowcastProgressResponse struct {
FailedDescription string `json:"failedDescription,omitempty"`

/**
* 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&#39;t enough recipients. `3`: A conflict error of requests occurs because a request that has already been accepted is retried.
* 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&#39;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.
*/
ErrorCode int64 `json:"errorCode"`

Expand Down

0 comments on commit 59840be

Please sign in to comment.