errors file
This commit is contained in:
7
api/auth/errors.go
Normal file
7
api/auth/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package api_auth
|
||||
|
||||
const (
|
||||
ErrorInvalidCredentials = "INVALID_CREDENTIALS"
|
||||
ErrorInvalidToken = "INVALID_TOKEN"
|
||||
ErrorExpiredToken = "EXPIRED_TOKEN"
|
||||
)
|
||||
Reference in New Issue
Block a user