unified-llm-client
Preparing search index...
LLMErrorOptions
Interface LLMErrorOptions
Metadata attached to typed LLM errors.
interface
LLMErrorOptions
{
cause
?:
unknown
;
details
?:
Record
<
string
,
unknown
>
;
model
?:
string
;
provider
?:
CanonicalProvider
;
requestId
?:
string
;
retryable
?:
boolean
;
statusCode
?:
number
;
}
Index
Properties
cause?
details?
model?
provider?
request
Id?
retryable?
status
Code?
Properties
Optional
cause
cause
?:
unknown
Optional
details
details
?:
Record
<
string
,
unknown
>
Optional
model
model
?:
string
Optional
provider
provider
?:
CanonicalProvider
Optional
request
Id
requestId
?:
string
Optional
retryable
retryable
?:
boolean
Optional
status
Code
statusCode
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cause
details
model
provider
request
Id
retryable
status
Code
unified-llm-client
Loading...
Metadata attached to typed LLM errors.