Class: AgentError
Defined in: errors.ts:14
Base error class for all agent-related errors.
Extends
Error
Extended by
ProviderErrorToolErrorToolLoopErrorValidationErrorMaxIterationsErrorAbortErrorContextOverflowErrorMCPError
Constructors
Constructor
new AgentError(message, cause?): AgentError;
Defined in: errors.ts:15
Parameters
| Parameter | Type |
|---|---|
message | string |
cause? | Error |
Returns
AgentError
Overrides
Error.constructor
Properties
cause?
readonly optional cause?: Error;
Defined in: errors.ts:17
Inherited from
Error.cause