Versions in this module Expand all Collapse all v1 v1.0.2 Feb 22, 2024 v1.0.1 Feb 22, 2024 Changes in this version + var AccessDenied error = errors.New("Access is denied") + var AlreadyExists error = errors.New("Already Exists") + var AlreadySet error = errors.New("Already Set") + var BlobNotFound error = errors.New("BlobNotFound") + var Degraded error = errors.New("Degraded") + var DeleteFailed error = errors.New("Delete Failed") + var DeletePending error = errors.New("Delete Pending") + var Duplicates error = errors.New("Duplicates") + var Expired error = errors.New("Expired") + var Failed error = errors.New("Failed") + var FileNotFound error = errors.New("The system cannot find the file specified") + var GenericFailure error = errors.New("Generic failure") + var IPOutOfRange error = errors.New("IP is out of range") + var InUse error = errors.New("In Use") + var InconsistentState error = errors.New("Inconsistent state") + var InvalidConfiguration error = errors.New("Invalid Configuration") + var InvalidFilter error = errors.New("Invalid Filter") + var InvalidGroup error = errors.New("InvalidGroup") + var InvalidInput error = errors.New("Invalid Input") + var InvalidToken error = errors.New("InvalidToken") + var InvalidType error = errors.New("Invalid Type") + var InvalidVersion error = errors.New("InvalidVersion") + var MeasurementUnitError error = errors.New("byte quantity must be a positive integer with a unit of measurement like") + var NoActionTaken error = errors.New("No Action Taken") + var NoAuthenticationInformation error = errors.New("NoAuthenticationInformation") + var NotEnoughSpace error = errors.New("There is not enough space on the disk") + var NotFound error = errors.New("Not Found") + var NotImplemented error = errors.New("Not Implemented") + var NotInitialized error = errors.New("Not Initialized") + var NotSet error = errors.New("Not Set") + var NotSupported error = errors.New("Not Supported") + var OldVersion error = errors.New("OldVersion") + var OutOfCapacity error = errors.New("OutOfCapacity") + var OutOfMemory error = errors.New("OutOfMemory") + var OutOfNodeCapacity error = errors.New("OutOfNodeCapacity") + var OutOfRange error = errors.New("Out of range") + var PathNotFound error = errors.New("The system cannot find the path specified") + var PendingState error = errors.New("Pending state") + var PoolFull error = errors.New("The pool is full") + var QuotaViolation error = errors.New("Quota violation") + var Revoked error = errors.New("Revoked") + var RunCommandFailed error = errors.New("Run Command Failed") + var Timeout error = errors.New("Timedout") + var Unknown error = errors.New("Unknown Reason") + var UpdateFailed error = errors.New("Update Failed") + var WrongHost error = errors.New("Wrong host") + func GetErrorCode(err error) string + func GetGRPCError(err error) error + func GetGRPCErrorCode(err error) codes.Code + func IsAccessDenied(err error) bool + func IsAlreadyExists(err error) bool + func IsAlreadySet(err error) bool + func IsBlobNotFound(err error) bool + func IsDegraded(err error) bool + func IsDeleteFailed(err error) bool + func IsDeletePending(err error) bool + func IsDuplicates(err error) bool + func IsErrDeadlineExceeded(err error) bool + func IsExpired(err error) bool + func IsFailed(err error) bool + func IsFileNotFound(err error) bool + func IsGRPCAborted(err error) bool + func IsGRPCAlreadyExist(err error) bool + func IsGRPCDeadlineExceeded(err error) bool + func IsGRPCNotFound(err error) bool + func IsGRPCUnavailable(err error) bool + func IsGRPCUnknown(err error) bool + func IsGenericFailure(err error) bool + func IsIPOutOfRange(err error) bool + func IsInUse(err error) bool + func IsInconsistentState(err error) bool + func IsInvalidConfiguration(err error) bool + func IsInvalidFilter(err error) bool + func IsInvalidGroup(err error) bool + func IsInvalidInput(err error) bool + func IsInvalidToken(err error) bool + func IsInvalidType(err error) bool + func IsInvalidVersion(err error) bool + func IsMeasurementUnitError(err error) bool + func IsNoActionTaken(err error) bool + func IsNoAuthenticationInformation(err error) bool + func IsNotEnoughSpace(err error) bool + func IsNotFound(err error) bool + func IsNotImplemented(err error) bool + func IsNotInitialized(err error) bool + func IsNotSet(err error) bool + func IsNotSupported(err error) bool + func IsOldVersion(err error) bool + func IsOutOfCapacity(err error) bool + func IsOutOfMemory(err error) bool + func IsOutOfNodeCapacity(err error) bool + func IsOutOfRange(err error) bool + func IsPathNotFound(err error) bool + func IsPendingState(err error) bool + func IsPoolFull(err error) bool + func IsQuotaViolation(err error) bool + func IsRevoked(err error) bool + func IsRunCommandFailed(err error) bool + func IsTimeout(err error) bool + func IsUnknown(err error) bool + func IsUpdateFailed(err error) bool + func IsWrongHost(err error) bool + func New(errString string) error + func Wrap(cause error, message string) error + func Wrapf(err error, format string, args ...interface{}) error