Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
LLMProviderError
Class LLMProviderError
Error thrown when LLM provider fails
Hierarchy (
View Summary
)
AgentError
LLMProviderError
Index
Constructors
constructor
Properties
code
metadata?
provider
cause?
Constructors
constructor
new
LLMProviderError
(
provider
:
string
,
message
:
string
,
cause
?:
Error
,
)
:
LLMProviderError
Parameters
provider
:
string
message
:
string
Optional
cause
:
Error
Returns
LLMProviderError
Properties
Readonly
code
code
:
string
Optional
Readonly
metadata
metadata
?:
Record
<
string
,
unknown
>
Readonly
provider
provider
:
string
Optional
Readonly
cause
cause
?:
Error
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
metadata
provider
cause
Stratix Framework - v0.8.2
Loading...
Error thrown when LLM provider fails