Documentation
¶
Index ¶
- func IsApplicationAnnotationNotFoundError(err error) bool
- func IsContenderNotFoundError(err error) bool
- func IsIncumbentNotFoundError(err error) bool
- func IsInvalidGenerationAnnotationError(err error) bool
- func IsMissingGenerationAnnotationError(err error) bool
- func NewApplicationAnnotationError(appName, annotationName string, err error) error
- func NewContenderNotFoundError(appName string) error
- func NewIncumbentNotFoundError(appName string) error
- func NewInvalidGenerationAnnotationError(relName string, err error) error
- func NewMissingGenerationAnnotationError(relName string) error
- type ApplicationAnnotationError
- type ContenderNotFoundError
- type IncumbentNotFoundError
- type InvalidGenerationAnnotationError
- type MissingGenerationAnnotationError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplicationAnnotationError ¶
type ApplicationAnnotationError struct {
// contains filtered or unexported fields
}
func (*ApplicationAnnotationError) Error ¶
func (e *ApplicationAnnotationError) Error() string
type ContenderNotFoundError ¶
type ContenderNotFoundError struct {
// contains filtered or unexported fields
}
func (ContenderNotFoundError) Error ¶
func (e ContenderNotFoundError) Error() string
type IncumbentNotFoundError ¶
type IncumbentNotFoundError struct {
// contains filtered or unexported fields
}
func (IncumbentNotFoundError) Error ¶
func (e IncumbentNotFoundError) Error() string
type InvalidGenerationAnnotationError ¶
type InvalidGenerationAnnotationError struct {
// contains filtered or unexported fields
}
func (*InvalidGenerationAnnotationError) Error ¶
func (e *InvalidGenerationAnnotationError) Error() string
type MissingGenerationAnnotationError ¶
type MissingGenerationAnnotationError struct {
// contains filtered or unexported fields
}
func (MissingGenerationAnnotationError) Error ¶
func (e MissingGenerationAnnotationError) Error() string
Click to show internal directories.
Click to hide internal directories.