You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: PROTOCOL.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -211,5 +211,5 @@ corresponding HTTP Status Code for the response.
211
211
| unimplemented | 501 | The operation is not implemented or not supported/enabled in this service.
212
212
| 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.
213
213
| 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.
0 commit comments