mirror of
https://github.com/lukaszraczylo/gohoarder.git
synced 2026-06-10 23:29:22 +00:00
fixes
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ const (
|
||||
ErrCodeNotFound = "NOT_FOUND"
|
||||
ErrCodeRateLimited = "RATE_LIMITED"
|
||||
ErrCodePayloadTooLarge = "PAYLOAD_TOO_LARGE"
|
||||
ErrCodeInvalidAPIKey = "INVALID_API_KEY"
|
||||
ErrCodeInvalidAPIKey = "INVALID_API_KEY" // #nosec G101 -- Not a credential, just an error code constant
|
||||
ErrCodeQuotaExceeded = "QUOTA_EXCEEDED"
|
||||
ErrCodeConflict = "CONFLICT"
|
||||
ErrCodeInvalidConfig = "INVALID_CONFIG"
|
||||
|
||||
Reference in New Issue
Block a user