This commit is contained in:
Frank Denis 2019-11-17 23:07:49 +01:00
parent 821c26178f
commit 2d5dc5960a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ service if they temporarily can't be refreshed.
issue when initialization took more than 30 seconds ("The service did not
respond to the start or control request in a timely fashion"). Fantastic
work by Alison Winters, thanks!
- The `SERVER_ERROR` error code has been split into two new error code:
- The `SERVER_ERROR` error code has been split into two new error codes:
`NETWORK_ERROR` (self-explanatory) and `SERVFAIL` (a response was returned,
but it includes a `SERVFAIL` error code).