Versions in this module Expand all Collapse all v1 v1.0.1 Oct 29, 2025 v1.0.0 Oct 27, 2025 Changes in this version + type ErrorCode int + const ErrDockerUnavailable + const ErrFileNotFound + const ErrInvalidConfig + const ErrInvalidURL + const ErrNoNetwork + const ErrPermissionDenied + type LanupError struct + Cause error + Code ErrorCode + Message string + func NewError(code ErrorCode, msg string, cause error) *LanupError + func (e *LanupError) Error() string + func (e *LanupError) ExitCode() int