Skip to content

Commit a2b5e00

Browse files
authored
Merge pull request #343 from twitchtv/wmatveyenko-patch-1
Update PROTOCOL.md
2 parents 8efc534 + 3d125b2 commit a2b5e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PROTOCOL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,5 @@ corresponding HTTP Status Code for the response.
211211
| unimplemented | 501 | The operation is not implemented or not supported/enabled in this service.
212212
| internal | 500 | When some invariants expected by the underlying system have been broken. In other words, something bad happened in the library or backend service. Twirp specific issues like wire and serialization problems are also reported as "internal" errors.
213213
| unavailable | 503 | The service is currently unavailable. This is most likely a transient condition and may be corrected by retrying with a backoff.
214-
| dataloss | 500 | The operation resulted in unrecoverable data loss or corruption.
214+
| data_loss | 500 | The operation resulted in unrecoverable data loss or corruption.
215215

0 commit comments

Comments
 (0)