From 54f9a3d312ec30ae0e0878cbae4c753df3ffb047 Mon Sep 17 00:00:00 2001 From: duwenxin Date: Mon, 2 Feb 2026 15:37:18 -0500 Subject: [PATCH] update comment --- internal/util/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/errors.go b/internal/util/errors.go index 39962bd725..ad617df1b2 100644 --- a/internal/util/errors.go +++ b/internal/util/errors.go @@ -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