Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlreadyExistsError ¶
type AlreadyExistsError struct {
Name string
Resource string
// contains filtered or unexported fields
}
AlreadyExistsError represents an error when a resource already exists.
func NewAlreadyExistsError ¶
func NewAlreadyExistsError(name, resource string, err error) *AlreadyExistsError
func (*AlreadyExistsError) Error ¶
func (e *AlreadyExistsError) Error() string
type NotFoundError ¶
NotFoundError represents an error when a resource is not found.
func NewNotFoundError ¶
func NewNotFoundError(name, resource string, err error) *NotFoundError
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.