This commit is contained in:
duwenxin99
2026-02-04 14:40:37 -05:00
parent a3c5918469
commit 7bc0575303

View File

@@ -54,8 +54,6 @@ func NewAgentError(msg string, cause error) *AgentError {
return &AgentError{Msg: msg, Cause: cause}
}
var _ ToolboxError = &AgentError{}
// ClientServerError returns 4XX/5XX error code
type ClientServerError struct {
Msg string