Documentation ¶
Overview ¶
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file expect in compliance with the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is returned when an object is not found ErrNotFound = errors.New("not found") // ErrInvalid is returned when a compose project is invalid ErrInvalid = errors.New("invalid") // ErrUnsupported is returned when a compose project uses an unsupported attribute ErrUnsupported = errors.New("unsupported") // ErrIncompatible is returned when a compose project uses an incompatible attribute ErrIncompatible = errors.New("incompatible") )
Functions ¶
func IsIncompatibleError ¶
IsUnsupportedError returns true if the unwrapped error is ErrIncompatible
func IsInvalidError ¶
IsInvalidError returns true if the unwrapped error is ErrInvalid
func IsNotFoundError ¶
IsNotFoundError returns true if the unwrapped error is ErrNotFound
func IsUnsupportedError ¶
IsUnsupportedError returns true if the unwrapped error is ErrUnsupported
Types ¶
Click to show internal directories.
Click to hide internal directories.