Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
3
pkg/common/staticerrors/README.md
Normal file
3
pkg/common/staticerrors/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
A place to store any static errors we are creating
|
||||
This will allow us to specifically handle them inside the logger without import cycles
|
||||
Maybe it will also let us keep track of our error messaging better?
|
||||
3
pkg/common/staticerrors/sap.go
Normal file
3
pkg/common/staticerrors/sap.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package staticerrors
|
||||
|
||||
var ErrorSAPFailedCall = "calling SAP failed"
|
||||
Reference in New Issue
Block a user