rename the SERVER_BUSY error to CONNECTION_REFUSED

This commit is contained in:
Marten Seemann
2020-06-10 12:13:40 +07:00
parent 05514ab375
commit 2e9b92ab69
5 changed files with 13 additions and 13 deletions

View File

@@ -303,8 +303,8 @@ func (e transportError) String() string {
return "no_error"
case qerr.InternalError:
return "internal_error"
case qerr.ServerBusy:
return "server_busy"
case qerr.ConnectionRefused:
return "connection_refused"
case qerr.FlowControlError:
return "flow_control_error"
case qerr.StreamLimitError: