Chore: fix typo, no code change (#23331)
This commit is contained in:
parent
dedd5f571c
commit
964fa132cb
4 changed files with 9 additions and 9 deletions
|
|
@ -127,7 +127,7 @@ class EducationActivateLimitError(BaseHTTPException):
|
|||
code = 429
|
||||
|
||||
|
||||
class CompilanceRateLimitError(BaseHTTPException):
|
||||
error_code = "compilance_rate_limit"
|
||||
class ComplianceRateLimitError(BaseHTTPException):
|
||||
error_code = "compliance_rate_limit"
|
||||
description = "Rate limit exceeded for downloading compliance report."
|
||||
code = 429
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue