mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-31 01:58:11 +08:00
improvement (metadata): add new metadatas for better display control from the backend handler
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user