Versions in this module Expand all Collapse all v0 v0.1.1 Oct 23, 2021 v0.1.0 Sep 18, 2021 Changes in this version + const InstanceNotUp + const LastDeployInProgress + const TimeIntervalNotReached + func CodeForError(err error) int32 + func HandleError(err error, message string) + func IsConflict(err error) bool + func IsNotFound(err error) bool + func NewInstanceNotUpError(requeueAfter time.Duration) error + func NewLastDeployInProgressError(requeueAfter time.Duration) error + func NewTimeIntervalNotReachedError(requeueAfter time.Duration) error + type HttpError struct + func NewConflict(msg string, err error) *HttpError + func NewNotFound(msg string) *HttpError + func (e HttpError) Error() string + type RequeueError interface + RequeueAfter func() time.Duration