зеркало из https://github.com/microsoft/docker.git
added better error message
This commit is contained in:
Родитель
27ad71e025
Коммит
c4640689af
|
@ -107,7 +107,7 @@ func Login(authConfig AuthConfig) (string, error) {
|
||||||
defer req1.Body.Close()
|
defer req1.Body.Close()
|
||||||
reqBody, err = ioutil.ReadAll(req1.Body)
|
reqBody, err = ioutil.ReadAll(req1.Body)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
errMsg = fmt.Sprintf("Server Error: [%s] %s", reqStatusCode, err)
|
errMsg = fmt.Sprintf("Server Error: [%#v] %s", reqStatusCode, err)
|
||||||
return "", errors.New(errMsg)
|
return "", errors.New(errMsg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче