Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WiringError ¶
type WiringError struct {
// contains filtered or unexported fields
}
func Errorf ¶
func Errorf(message string, arguments ...any) *WiringError
func NewError ¶
func NewError(message string) *WiringError
func WrapError ¶
func WrapError(err error) *WiringError
func (*WiringError) Error ¶
func (err *WiringError) Error() string
func (*WiringError) Unwrap ¶
func (e *WiringError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.