cmd: send group
This commit is contained in:
@@ -167,3 +167,11 @@ func NewUpgradeGroupBreakNotAllowedError(arg ...any) error {
|
||||
func NewUpgradeTechLevelInsufficientError(arg ...any) error {
|
||||
return newGenericError(ErrInputUpgradeTechLevelInsufficient, arg...)
|
||||
}
|
||||
|
||||
func NewSendShipHasNoDrivesError(arg ...any) error {
|
||||
return newGenericError(ErrSendShipHasNoDrives, arg...)
|
||||
}
|
||||
|
||||
func NewSendUnreachableDestinationError(arg ...any) error {
|
||||
return newGenericError(ErrSendUnreachableDestination, arg...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user