cmd: delete ship type
This commit is contained in:
+6
-2
@@ -12,8 +12,12 @@ func NewEntityTypeNameValidationError(arg ...any) error {
|
||||
return newGenericError(ErrInputEntityTypeNameInvalid, arg...)
|
||||
}
|
||||
|
||||
func NewEntityTypeNameExistsError(arg ...any) error {
|
||||
return newGenericError(ErrInputEntityTypeNameExists, arg...)
|
||||
func NewEntityTypeNameDuplicateError(arg ...any) error {
|
||||
return newGenericError(ErrInputEntityTypeNameDuplicate, arg...)
|
||||
}
|
||||
|
||||
func NewEntityTypeNameNotExistsError(arg ...any) error {
|
||||
return newGenericError(ErrInputEntityTypeNameNotExists, arg...)
|
||||
}
|
||||
|
||||
func NewShipTypeDriveValueError(arg ...any) error {
|
||||
|
||||
Reference in New Issue
Block a user