Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HomelabRuntimeError ¶
type HomelabRuntimeError struct {
// contains filtered or unexported fields
}
HomelabRuntimeError represents an error observed during the runtime and execution of the homelab business logic, as opposed to any errors observed during the initial command invocation, parsing the flags, etc.
func NewHomelabRuntimeError ¶
func NewHomelabRuntimeError(err error) *HomelabRuntimeError
func (*HomelabRuntimeError) Error ¶
func (e *HomelabRuntimeError) Error() string
Click to show internal directories.
Click to hide internal directories.