This commit is contained in:
duwenxin99
2026-02-04 14:40:37 -05:00
parent fc5d3ef805
commit 1f9cd1b134

View File

@@ -47,8 +47,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