improvement (metadata): add new metadatas for better display control from the backend handler

This commit is contained in:
Mickael KERJEAN
2019-02-06 23:16:51 +11:00
parent 464abe07b1
commit f0732b69fe
8 changed files with 48 additions and 11 deletions

View File

@ -13,6 +13,7 @@ var (
ErrNotAllowed error = NewError("Not Allowed", 403)
ErrPermissionDenied error = NewError("Permission Denied", 403)
ErrNotValid error = NewError("Not Valid", 405)
ErrConflict error = NewError("Already exist", 409)
ErrNotReachable error = NewError("Cannot Reach Destination", 502)
ErrInvalidPassword = NewError("Invalid Password", 403)
ErrNotImplemented = NewError("Not Implemented", 501)