This commit is contained in:
2026-01-02 18:20:15 +00:00
parent 0f7c29c3ef
commit ce5a8fbffd
37 changed files with 323 additions and 178 deletions
+1 -1
View File
@@ -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"