Documentation
¶
Overview ¶
errors has a list of common errors and error functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertError ¶
type AlertError struct {
Cause string
}
func (AlertError) Error ¶
func (e AlertError) Error() string
type BadReleaseError ¶
type BadReleaseError struct {
Cause string
}
BadReleaseError error
func (BadReleaseError) Error ¶
func (e BadReleaseError) Error() string
type CleanUpError ¶
type CleanUpError struct {
Cause string
}
CleanUpError error
func (CleanUpError) Error ¶
func (e CleanUpError) Error() string
type DeployError ¶
type DeployError struct {
Cause string
}
DeployError error
func (DeployError) Error ¶
func (e DeployError) Error() string
type HealthError ¶
type HealthError struct {
Cause string
}
HealthError error
func (HealthError) Error ¶
func (e HealthError) Error() string
type LockExistsError ¶
type LockExistsError struct {
Cause string
}
LockExistsError error
func (LockExistsError) Error ¶
func (e LockExistsError) Error() string
type NotifyError ¶
type NotifyError struct {
Cause string
}
func (NotifyError) Error ¶
func (e NotifyError) Error() string
type PanicError ¶
type PanicError struct {
Cause string
}
func (PanicError) Error ¶
func (e PanicError) Error() string
type UnmarshalError ¶
type UnmarshalError struct {
Cause string
}
func (UnmarshalError) Error ¶
func (e UnmarshalError) Error() string
Click to show internal directories.
Click to hide internal directories.