moved to a separate package

This commit is contained in:
duwenxin99
2026-02-04 12:01:47 -05:00
parent 0c5285c5c8
commit fdf66479ad

View File

@@ -25,6 +25,8 @@ const (
type ToolboxError interface {
error
Category() ErrorCategory
Error() string
Unwrap() error
}
// Agent Errors return 200 to the sender