distribution/registry/api/errcode
Stephen J Day 3f7f956f80 More consistent return from ErrorCode.Error()
To bring ErrorCode into liine with Go conventions, ErrorCode.Error() now
returns the "nice" value of the error code. This ensures error message assembly
works similar to commonly used Go conventions when directly using ErrorCode as
an error.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-08-20 17:36:24 -07:00
..
errors.go More consistent return from ErrorCode.Error() 2015-08-20 17:36:24 -07:00
errors_test.go More consistent return from ErrorCode.Error() 2015-08-20 17:36:24 -07:00
handler.go Export ServeJSON for serving error codes 2015-07-16 12:14:14 -07:00
register.go Change some incorrect error types in proxy stores from API errors to 2015-08-11 14:16:24 -07:00