Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-26268 - cleanup errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Oct 20, 2023
1 parent e8b3e49 commit 8e1ba73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/errors/errors.go
Original file line number Diff line number Diff line change
@@ -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")
)

0 comments on commit 8e1ba73

Please sign in to comment.