Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsHandlerError ¶ added in v0.7.8
func IsThrottlingError ¶ added in v0.8.2
func WrapAsHandlerError ¶ added in v0.7.8
func WrapfAsHandlerError ¶ added in v0.7.8
Types ¶
type AlreadyBusyForEntry ¶
type AlreadyBusyForEntry struct { DNSName string ObjectName resources.ObjectName }
func (*AlreadyBusyForEntry) Error ¶
func (e *AlreadyBusyForEntry) Error() string
type AlreadyBusyForOwner ¶
func (*AlreadyBusyForOwner) Error ¶
func (e *AlreadyBusyForOwner) Error() string
type NoSuchHostedZone ¶
func (*NoSuchHostedZone) Error ¶
func (e *NoSuchHostedZone) Error() string
type ThrottlingError ¶ added in v0.8.2
type ThrottlingError struct {
// contains filtered or unexported fields
}
func NewThrottlingError ¶ added in v0.8.2
func NewThrottlingError(err error) *ThrottlingError
func (*ThrottlingError) Error ¶ added in v0.8.2
func (e *ThrottlingError) Error() string
Click to show internal directories.
Click to hide internal directories.