mirror of
https://github.com/rancher/norman.git
synced 2025-08-31 06:35:09 +00:00
Add Conflict constant
This commit is contained in:
@@ -9,6 +9,7 @@ var (
|
||||
PermissionDenied = ErrorCode{"PermissionDenied", 403}
|
||||
NotFound = ErrorCode{"NotFound", 404}
|
||||
MethodNotAllowed = ErrorCode{"MethodNotAllow", 405}
|
||||
Conflict = ErrorCode{"Conflict", 409}
|
||||
|
||||
InvalidDateFormat = ErrorCode{"InvalidDateFormat", 422}
|
||||
InvalidFormat = ErrorCode{"InvalidFormat", 422}
|
||||
|
Reference in New Issue
Block a user