feat(error): added additional constant
This commit is contained in:
parent
3fcdb0e9ea
commit
a9ac2a34fb
@ -14,6 +14,7 @@ const (
|
|||||||
TagNameIsEmpty = "tagName cannot be empty"
|
TagNameIsEmpty = "tagName cannot be empty"
|
||||||
TagListIsEmpty = "tagList cannot be empty"
|
TagListIsEmpty = "tagList cannot be empty"
|
||||||
|
|
||||||
|
TagAliasNameIsEmpty = "tagAliasName cannot be empty"
|
||||||
TagAliasListIsEmpty = "tagAliasList cannot be empty"
|
TagAliasListIsEmpty = "tagAliasList cannot be empty"
|
||||||
|
|
||||||
TagGroupListIsEmpty = "tagGroupList cannot be empty"
|
TagGroupListIsEmpty = "tagGroupList cannot be empty"
|
||||||
|
Loading…
Reference in New Issue
Block a user