Skip to content

Commit

Permalink
[AUTOMATED] Update: proto/authcontrol.errors.ridl (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: VojtechVitek <[email protected]>
  • Loading branch information
0xsequence-bot and VojtechVitek authored Jan 24, 2025
1 parent 1388aab commit 5432f2e
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions proto/authcontrol.errors.ridl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ webrpc = v1
name = authcontrol
version = v0.9.1

error 1000 Unauthorized "Unauthorized access" HTTP 401
error 1001 PermissionDenied "Permission denied" HTTP 403
error 1002 SessionExpired "Session expired" HTTP 403
error 1003 MethodNotFound "Method not found" HTTP 404
error 1004 RequestConflict "Conflict with target resource" HTTP 409
error 1005 Aborted "Request aborted" HTTP 400
error 1006 Geoblocked "Geoblocked region" HTTP 451
error 1007 RateLimited "Rate-limited. Please slow down." HTTP 429
error 1008 ProjectNotFound "Project not found" HTTP 401
error 1000 Unauthorized "Unauthorized access" HTTP 401
error 1001 PermissionDenied "Permission denied" HTTP 403
error 1002 SessionExpired "Session expired" HTTP 403
error 1003 MethodNotFound "Method not found" HTTP 404
error 1004 RequestConflict "Conflict with target resource" HTTP 409
error 1005 Aborted "Request aborted" HTTP 400
error 1006 Geoblocked "Geoblocked region" HTTP 451
error 1007 RateLimited "Rate-limited. Please slow down." HTTP 429
error 1008 ProjectNotFound "Project not found" HTTP 401
error 1009 SecretKeyCorsDisallowed "CORS disallowed. Admin API Secret Key can't be used from a web app." HTTP 403

0 comments on commit 5432f2e

Please sign in to comment.