Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEgressURLError ¶
NewEgressURLError prepends the provided message with `egressURL error: `
Types ¶
type GenericError ¶
type GenericError struct {
// contains filtered or unexported fields
}
func NewGenericError ¶
func NewGenericError(err error) *GenericError
NewGenericError does some preprocessing if the provided error contains an aws-sdk-go-v2 error, otherwise just prepends `network verifier error: `
func (*GenericError) EgressURL ¶ added in v0.2.1
func (e *GenericError) EgressURL() string
func (*GenericError) Error ¶
func (e *GenericError) Error() string
Click to show internal directories.
Click to hide internal directories.