Documentation
¶
Overview ¶
Package aerrors has all predefined argus errors on which errors.Is or errors.As can be used
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCacheMiss = errors.New("cache miss error")
ErrCacheMiss when cache entry is not present
View Source
var ErrInvalidCache = errors.New("invalid cache error")
ErrInvalidCache when cache entry is invalid
View Source
var ErrNoChangeInUpdateOptions = errors.New("update: no change in additional options")
ErrNoChangeInUpdateOptions to ignore update
View Source
var ErrPodSucceeded = errors.New("pod status is [Succeeded]")
ErrPodSucceeded when pod is in succeeded state
View Source
var ErrResourceExists = errors.New("resource exists")
ErrResourceExists when resource exists
View Source
var ErrResourceGroupIsNotEmpty = errors.New("resource group is not empty, it has resources in it")
ErrResourceGroupIsNotEmpty when resource group has resources in it
View Source
var ErrResourceGroupParentIsNotValid = errors.New("parent of resource group is not valid")
ErrResourceGroupParentIsNotValid parent resource group is not valid
Functions ¶
This section is empty.
Types ¶
type MultiError ¶
func GetMultiError ¶
func GetMultiError(message string, errors ...error) MultiError
Click to show internal directories.
Click to hide internal directories.