Skip to content

Commit

Permalink
Update unrecognizedMessage -> invalidMessage.
Browse files Browse the repository at this point in the history
This error code was renamed in #464.
  • Loading branch information
branlwyd authored and cjpatton committed May 31, 2023
1 parent a9ed190 commit f006e45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-ppm-dap.md
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ This message consists of:
specify the batch window instead.]

The indicated query type MUST match the task's query type. Otherwise, the
Helper MUST abort with error "unrecognizedMessage".
Helper MUST abort with error "invalidMessage".

This field is called the "partial" batch selector because, depending on the
query type, it may not determine a batch. In particular, if the query type is
Expand Down Expand Up @@ -1758,7 +1758,7 @@ struct {
The named parameters are:

* `query`, the Collector's query. The indicated query type MUST match the task's
query type. Otherwise, the Leader MUST abort with error "unrecognizedMessage".
query type. Otherwise, the Leader MUST abort with error "invalidMessage".
* `agg_param`, an aggregation parameter for the VDAF being executed. This is the
same value as in `AggregationJobInitReq` (see {{leader-init}}).

Expand Down Expand Up @@ -1891,7 +1891,7 @@ message contains the following parameters:
* For fixed_size tasks, the request specifies the batch ID.

The indicated query type MUST match the task's query type. Otherwise, the
Helper MUST abort with "unrecognizedMessage".
Helper MUST abort with "invalidMessage".

* `agg_param`: The opaque aggregation parameter for the VDAF being executed.
This value MUST match the AggregationJobInitReq message for each aggregation
Expand Down

0 comments on commit f006e45

Please sign in to comment.