feat(error): added additional constant
added missing log content for tag
This commit is contained in:
parent
d6cbea3f58
commit
1cbdd1f4ed
@ -11,6 +11,7 @@ const (
|
|||||||
UserSourceIDIsEmpty = "userSourceID cannot be empty"
|
UserSourceIDIsEmpty = "userSourceID cannot be empty"
|
||||||
UserSourceIDToShort = "userSourceID needs to be 25 characters long"
|
UserSourceIDToShort = "userSourceID needs to be 25 characters long"
|
||||||
|
|
||||||
|
TagNameIsEmpty = "tagName cannot be empty"
|
||||||
TagListIsEmpty = "tagList cannot be empty"
|
TagListIsEmpty = "tagList cannot be empty"
|
||||||
|
|
||||||
TagAliasListIsEmpty = "tagAliasList cannot be empty"
|
TagAliasListIsEmpty = "tagAliasList cannot be empty"
|
||||||
|
Loading…
Reference in New Issue
Block a user