Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ImageIsNotFoundErrs is array that contains all error codes of image not found. // errors description: https://github.com/distribution/distribution/blob/main/docs/spec/api.md#errors-2 ImageIsNotFoundErrs = []transport.ErrorCode{ transport.ManifestUnknownErrorCode, transport.NameUnknownErrorCode, transport.NameInvalidErrorCode, } )
View Source
var ( // errors description: https://github.com/distribution/distribution/blob/main/docs/spec/api.md#errors-2 UnauthorizedErrs = []transport.ErrorCode{ transport.UnauthorizedErrorCode, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.