7 lines
99 B
Go
7 lines
99 B
Go
package exception
|
|
|
|
const (
|
|
CommonErrorInvalidInput = "00001"
|
|
CommonErrorUnauthorized = "00002"
|
|
)
|