diff --git a/pkg/errors/errors.go b/pkg/errors/errors.go new file mode 100644 index 0000000..c952555 --- /dev/null +++ b/pkg/errors/errors.go @@ -0,0 +1,8 @@ +package errors + +import "github.com/Axway/agent-sdk/pkg/util/errors" + +// Error definitions +var ( + ErrConfigFile = errors.New(3520, "could not find the 'traceability_agent' section in the configuration file") +)