Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrExpected = errors.New("this is a transient, expected error")
View Source
var ErrTransientManifest = fmt.Errorf("this is a temporary api error, %w", ErrExpected)
View Source
var ErrUnauthenticated = fmt.Errorf("cannot access the plural api, %w", ErrExpected)
View Source
var ErrWarning = errors.New("warning")
Functions ¶
func NewDigestMismatchError ¶
Types ¶
type DigestMismatchError ¶
func (*DigestMismatchError) Error ¶
func (e *DigestMismatchError) Error() string
func (*DigestMismatchError) Is ¶
func (e *DigestMismatchError) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.