1
0
mirror of https://github.com/mayflower/docker-ls.git synced 2025-11-28 00:01:09 +03:00
This commit is contained in:
Christian Speckner
2016-02-24 16:21:15 +01:00
parent 40fd3c62d7
commit 207c0547a2

View File

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