mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-07-07 13:12:31 +00:00

* aggregating error messages * removed duplicate err msgs * removed obsolete test (two times equal behaviour ) * added global error msg module * refactored test utils to have sample types and sample objects by keepers separated * excluded auto-generated code from sonarcube analysis Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
7 lines
121 B
Go
7 lines
121 B
Go
package errormsg
|
|
|
|
var (
|
|
ErrorInvalidCreator = "invalid creator address (%s)"
|
|
InvalidRequest = "invalid request"
|
|
)
|