Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
AgentError
Class AgentError
Abstract
Base error class for all agent-related errors
Hierarchy (
View Summary
)
Error
AgentError
AgentExecutionError
AgentBudgetExceededError
AgentTimeoutError
AgentToolError
AgentValidationError
AgentConfigurationError
LLMProviderError
Index
Constructors
constructor
Properties
code
metadata?
Constructors
Protected
constructor
new
AgentError
(
message
:
string
,
code
:
string
,
metadata
?:
Record
<
string
,
unknown
>
,
)
:
AgentError
Parameters
message
:
string
code
:
string
Optional
metadata
:
Record
<
string
,
unknown
>
Returns
AgentError
Properties
Readonly
code
code
:
string
Optional
Readonly
metadata
metadata
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
metadata
Stratix Framework - v0.8.2
Loading...
Base error class for all agent-related errors