-
Notifications
You must be signed in to change notification settings - Fork 27
Dev/errors #246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
luk384090-cloud
wants to merge
32
commits into
main
Choose a base branch
from
dev/errors
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dev/errors #246
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
87fe2a5
fix: standardize error handling and improve resilience across SDK
4054ef5
fix: prevent NPE, empty error messages, and swallowed InterruptedExce…
8952eb9
fix: resolve incorrect statusCode when HTTP 200 with body error
0640a05
fix: resolve incorrect statusCode when HTTP 200 with body error
f8a4bb8
refactor: standardize error handling with PublicErrorDef
88f3ed6
fix: resolve NPE in WebSocket message handling causing test hang
dbee28b
fix: resolve NPE in WebSocket message handling causing test hang
36905cb
refactor: standardize error handling with PublicErrorDef
4325d60
fix: standardize error handling with proper status codes and structur…
a8f01a1
Merge branch 'main' into dev/errors
lzsweb ed47ae6
fix: add missing fromErrorCode static lookup method to PublicErrorDef
01eef2d
feat: unify agentstudio error codes onto PublicErrorDef registry
foleydang d4b8af4
style: apply google-java-format to agentstudio error files
foleydang e0d435a
fix(websocket): improve error handling in OkHttpWebSocketClient
23751aa
refactor: rename PublicErrorDef to ClientErrorDef
b5fc7d3
Merge branch 'main' into dev/errors
lzsweb 82406a9
refactor(errors): introduce two-layer error code system
ec195f8
refactor(errors): introduce two-layer error code system
056500d
refactor: scope agentstudio internal error codes to public-taxonomy gaps
foleydang 87d0143
refactor: drop the Kind enum, table-drive per-status error codes
foleydang c7538d4
refactor: split AgentStudioException by error path, drop status guessing
foleydang 6554da8
refactor: split AgentStudioException by error path, drop status guessing
foleydang a3b9a2b
Merge remote-tracking branch 'origin/dev/errors' into dev/errors
ff94958
Merge remote-tracking branch 'origin/main' into dev/errors
7683bb6
fix(protocol/websocket): keep fixed status code 44 after merging main
eedf681
feat(protocol/websocket): report 503 SERVICE_UNAVAILABLE on exhausted…
fca6672
Merge remote-tracking branch 'origin/dev/errors' into dev/errors
6d822fe
feat(errors): enhance error handling system with comprehensive error …
ad8920a
refactor(errors): remove hardcoded URLs and fix line length
431864c
feat: replace vague descriptions with specific URLs in error solutions
35bc973
refactor(errors): rename InternalErrorCode to SdkErrorCode
c9176e0
refactor(errors): rename InternalErrorCode to SdkErrorCode
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.