8
exception/status.go
Normal file
8
exception/status.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package exception
|
||||
|
||||
const (
|
||||
ErrorStatusSuccess = "2"
|
||||
ErrorStatusUser = "4"
|
||||
ErrorStatusServer = "5"
|
||||
ErrorStatusClient = "6"
|
||||
)
|
||||
Reference in New Issue
Block a user