update comment

This commit is contained in:
duwenxin
2026-02-02 15:37:18 -05:00
parent 62d96a662d
commit 54f9a3d312

View File

@@ -43,7 +43,7 @@ func NewAgentError(msg string, args ...any) *AgentError {
return &AgentError{Msg: fmt.Sprintf(msg, args...)}
}
// Server Errors usually return 5XX error code
// ClientServerError returns 4XX/5XX error code
type ClientServerError struct {
Msg string
Code int