Commit f9a597e
authored
feat(errors): add NOT_READY code (#4)
Mirrors NotReady ("not_ready") added upstream server-side
for the 503 emitted when a backing store (e.g. ClickHouse, closing-line
capture) isn't yet ready to serve the request. Maps to SharpAPIError
via the fall-through branch (same recovery as SERVICE_UNAVAILABLE).1 parent 2ae66b5 commit f9a597e
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| 165 | + | |
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
| |||
0 commit comments