Versions in this module Expand all Collapse all v0 v0.2.1 Mar 1, 2026 v0.2.0 Feb 22, 2026 Changes in this version + const ConfigInvalid + const ConfigNotFound + const FSNotFound + const FSPathTraversal + const FSPermissionDenied + const FSReadError + const FSWriteError + const HTTPDomainDenied + const HTTPRequestFailed + const HTTPTimeout + const PermissionDenied + const PlatformUnsupported + const ProcessDenied + const ProcessFailed + const ProcessNotFound + const ProcessTimeout + const ReleaseFailed + const SigningFailed + const SigningKeyNotFound + const StoreReadError + const StoreWriteError + const UpdaterCheckFailed + const UpdaterHashMismatch + const UpdaterInstallFailed + const UploadFailed + type LightShellError struct + Cause error + Code string + DocsURL string + Fix string + Message string + Method string + Namespace string + func FSError(method, code, message string, cause error) *LightShellError + func HTTPError(method, code, message string, cause error) *LightShellError + func New(namespace, method, code, message string) *LightShellError + func PathTraversalError(method, path string, allowedPatterns []string) *LightShellError + func PermissionError(namespace, method, attempted string, allowed []string, configKey string) *LightShellError + func PlatformError(namespace, method, platform string) *LightShellError + func ProcessError(method, code, message string, cause error) *LightShellError + func (e *LightShellError) Error() string + func (e *LightShellError) Unwrap() error + func (e *LightShellError) WithCause(cause error) *LightShellError + func (e *LightShellError) WithDocs(url string) *LightShellError + func (e *LightShellError) WithFix(fix string) *LightShellError