all
This commit is contained in:
7
Downloads/Voltaserve/api/errorpkg/error_constants.go
Normal file
7
Downloads/Voltaserve/api/errorpkg/error_constants.go
Normal file
@ -0,0 +1,7 @@
|
||||
package errorpkg
|
||||
|
||||
const (
|
||||
MsgResourceNotFound = "The resource you are looking for might have been removed or temporatily unavailable."
|
||||
MsgSomethingWentWrong = "Oops! something went wrong."
|
||||
MsgInvalidRequest = "An invalid request was sent to the server."
|
||||
)
|
Reference in New Issue
Block a user