mirror of
https://github.com/rancher/norman.git
synced 2025-08-31 14:51:57 +00:00
Major refactor of subcontexts
This commit is contained in:
@@ -24,6 +24,7 @@ var (
|
||||
ActionNotAvailable = ErrorCode{"ActionNotAvailable", 404}
|
||||
InvalidState = ErrorCode{"InvalidState", 422}
|
||||
ServerError = ErrorCode{"ServerError", 500}
|
||||
ClusterUnavailable = ErrorCode{"ClusterUnavailable", 503}
|
||||
PermissionDenied = ErrorCode{"PermissionDenied", 403}
|
||||
|
||||
MethodNotAllowed = ErrorCode{"MethodNotAllow", 405}
|
||||
|
Reference in New Issue
Block a user