mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-04 12:15:09 -05:00
moved to a separate package
This commit is contained in:
@@ -25,6 +25,8 @@ const (
|
||||
type ToolboxError interface {
|
||||
error
|
||||
Category() ErrorCategory
|
||||
Error() string
|
||||
Unwrap() error
|
||||
}
|
||||
|
||||
// Agent Errors return 200 to the sender
|
||||
Reference in New Issue
Block a user