Type Alias AgentErrorType
AgentErrorType:
| { type: "no_applications" }
| { type: "application_not_found" }
| { type: "upstream_overloaded" }
| { type: "upstream_error" }
| { type: "usage_limit_exceeded" }
| { type: "streaming_error" }
| { type: "unknown" }