1
0
mirror of https://github.com/mayflower/docker-ls.git synced 2025-11-28 00:01:09 +03:00

Clearer distinction between auth and registry servers in authorization error messages.

This commit is contained in:
Christian Speckner
2016-02-24 16:20:13 +01:00
parent 54a237923c
commit 40fd3c62d7
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ type InvalidStatusCodeError string
type NotFoundError string
type InvalidRequestError string
var genericAuthorizationError AutorizationError = "autorization failed"
var genericAuthorizationError AutorizationError = "autorization rejected by registry"
var genericMalformedResponseError MalformedResponseError = "malformed response"
func (e AutorizationError) Error() string {