Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomError ¶
func New ¶
func New(et ErrorType, e error) *CustomError
func To ¶
func To(e error) *CustomError
func (*CustomError) Error ¶
func (ce *CustomError) Error() string
type ErrorType ¶
type ErrorType string
const ( ErrorTypeUnknown ErrorType = "Unknown" ErrorTypeAuthentication ErrorType = "Authentication" ErrorTypeAuthorization ErrorType = "Authorization" ErrorTypeKubeConfig ErrorType = "KubeConfig" ErrorTypeTokenCache ErrorType = "TokenCache" ErrorTypeCACertificate ErrorType = "CACertificate" ErrorTypeOverwriteConfig ErrorType = "OverwriteConfig" ErrorTypeMenu ErrorType = "Menu" )
Click to show internal directories.
Click to hide internal directories.