package
2.0.0-20230208192055-6241090b1050
Repository: https://github.com/mirantis/mcc-api.git
Documentation: pkg.go.dev
# Functions
As is a function wrapper for stdlib/errors.As to avoid imports conflict.
Cause is a method for a compatibility with https://pkg.go.dev/github.com/pkg/errors#Cause Deprecated.
+gocode:public-api=true.
+gocode:public-api=true.
+gocode:public-api=true.
+gocode:public-api=true.
Errorf is a function wrapper for stdlib/fmt.Errorf to avoid imports conflict.
Errors returns a list of errors if it is a multiple error +gocode:public-api=true.
Some error builders for ease of use.
Some error builders for ease of use.
Is is a function wrapper for stdlib/errors.Is to avoid imports conflict.
IsOneOf checks if the error is one of the targets +gocode:public-api=true.
New is a function wrapper for stdlib/errors.New to avoid imports conflict.
+gocode:public-api=true.
Unwrap is a function wrapper for stdlib/errors.Unwrap to avoid imports conflict.
+gocode:public-api=true.
Wrap returns an error with annotation +gocode:public-api=true.
Wrapf returns an error with annotation +gocode:public-api=true.
# Structs
A more descriptive kind of error that represents an error condition that should be set in the Cluster.Status.
ErrorCollector contains a collection of errors objects.
A more descriptive kind of error that represents an error condition that should be set in the Machine.Status.