SDK v3 #8

Merged
SoXX merged 77 commits from dev/issue-5 into main 2024-08-14 13:27:35 +00:00
Showing only changes of commit 1cbdd1f4ed - Show all commits

View File

@ -11,6 +11,7 @@ const (
UserSourceIDIsEmpty = "userSourceID cannot be empty"
UserSourceIDToShort = "userSourceID needs to be 25 characters long"
TagNameIsEmpty = "tagName cannot be empty"
TagListIsEmpty = "tagList cannot be empty"
TagAliasListIsEmpty = "tagAliasList cannot be empty"