Versions in this module Expand all Collapse all v0 v0.3.0 May 5, 2025 Changes in this version + type CommandError struct + CommonError string + ExitCode int + Result shared.GenericLaunchesResult + func NewCommandError(args interface{}, result interface{}, err error, code int) *CommandError + func NewCommandErrorWithResult(launches shared.GenericLaunchesResult, err error, code int) *CommandError + func (e *CommandError) Error() string v0.2.0 Jun 26, 2024 Changes in this version + func NewNotImplementedError(methodName, pluginName string) error + type NotImplementedError struct + MethodName string + PluginName string + func (e *NotImplementedError) Error() string