Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Unrecoverable ¶
type Unrecoverable struct {
// contains filtered or unexported fields
}
Unrecoverable represents an error that can not be recovered from without user intervention. When this error is returned the request should not be requeued.
func NewUnrecoverable ¶
func NewUnrecoverable(err error) *Unrecoverable
Click to show internal directories.
Click to hide internal directories.