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
}
GenericError implements the error interface
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) Error ¶
func (e *GenericError) Error() string
Click to show internal directories.
Click to hide internal directories.