add
This commit is contained in:
10
trading_assistant_api/common/codes/values.go
Normal file
10
trading_assistant_api/common/codes/values.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package codes
|
||||
|
||||
const (
|
||||
ValueOK = 0
|
||||
ValueInvalidInput = 1001
|
||||
ValueUnauthorized = 1002
|
||||
ValueConflict = 1003
|
||||
ValueMethodNotAllowed = 1004
|
||||
ValueInternalError = 1500
|
||||
)
|
||||
Reference in New Issue
Block a user