Skip to content

Commit 019c09d

Browse files
bergundypdoerner
andauthored
Update SPEC.md
Co-authored-by: pdoerner <[email protected]>
1 parent 86c3f1f commit 019c09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ following predefined error codes.
327327
| `UPSTREAM_TIMEOUT` | 520 | Used by gateways to report that a request to an upstream handler has timed out. Subsequent requests by the client are permissible. |
328328

329329
Client implementations should try to rehydrate a `HandlerError` from the serialized `Failure` object in the response
330-
body whenever a request fails with one of the status codes listed below. If the handler error type in the `Failure`
330+
body whenever a request fails with one of the status codes listed above. If the handler error type in the `Failure`
331331
object details doesn't match the response status code, the `Failure` object takes precendence.
332332

333333
If the serialized `Failure` does not represent a `HandlerError`, clients should construct a wrapper `HandlerError`,

0 commit comments

Comments
 (0)