Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitError ¶
type InitError struct {
// contains filtered or unexported fields
}
type InitErrorKind ¶
type InitErrorKind string
const ( InitFailure InitErrorKind = "INIT_FAILURE" InitComponentFailure InitErrorKind = "INIT_COMPONENT_FAILURE" CreateComponentFailure InitErrorKind = "CREATE_COMPONENT_FAILURE" )
type RetriableError ¶
type RetriableError struct {
// contains filtered or unexported fields
}
func NewRetriable ¶
func NewRetriable(err error) *RetriableError
NewRetriable returns a RetriableError wrapping an existing context error.
func (*RetriableError) Error ¶
func (e *RetriableError) Error() string
func (*RetriableError) Unwrap ¶
func (e *RetriableError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.