Skip to content

Commit 18c869b

Browse files
Rename ErrorResponse Reason INVALID_ARGUMENT to LIMIT_EXCEEDED (#758)
* Rename ErrorResponse Reason INVALID_ARGUMENT to LIMIT_EXCEEDED * generated protobuf * Create tough-dingos-love.md --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f187d83 commit 18c869b

File tree

3 files changed

+35
-30
lines changed

3 files changed

+35
-30
lines changed

.changeset/tough-dingos-love.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@livekit/protocol": patch
3+
---
4+
5+
Rename ErrorResponse Reason INVALID_ARGUMENT to LIMIT_EXCEEDED

livekit/livekit_rtc.pb.go

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobufs/livekit_rtc.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ message ErrorResponse {
432432
UNKNOWN = 0;
433433
NOT_FOUND = 1;
434434
NOT_ALLOWED = 2;
435-
INVALID_ARGUMENT = 3;
435+
LIMIT_EXCEEDED = 3;
436436
}
437437

438438
uint32 request_id = 1;

0 commit comments

Comments
 (0)