Skip to content

Commit

Permalink
Merge pull request #2413 from ethereum/remove-error-code
Browse files Browse the repository at this point in the history
remove resourceunavailable for more discussion
  • Loading branch information
djrtwo authored May 14, 2021
2 parents 2bac3d8 + 110e6b3 commit 021e6bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions specs/phase0/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,6 @@ The response code can have one of the following values, encoded as a single unsi
The response payload adheres to the `ErrorMessage` schema (described below).
- 2: **ServerError** -- the responder encountered an error while processing the request.
The response payload adheres to the `ErrorMessage` schema (described below).
- 3: **ResourceUnavailable** -- the responder does not have requested resource.
The response payload adheres to the `ErrorMessage` schema (described below).

Clients MAY use response codes above `128` to indicate alternative, erroneous request-specific responses.

Expand Down

0 comments on commit 021e6bb

Please sign in to comment.