Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
agents
APIStatusError
Class APIStatusError
Raised when an API response has a status code of 4xx or 5xx.
Hierarchy (
view full
)
APIError
APIStatusError
Index
Constructors
constructor
Properties
body
request
Id
retryable
status
Code
Methods
to
String
Constructors
constructor
new APIStatus
Error
(
__namedParameters
)
:
APIStatusError
Parameters
__namedParameters
:
{
message
?:
string
;
options
?:
APIStatusErrorOptions
;
}
Optional
message
?:
string
Optional
options
?:
APIStatusErrorOptions
Returns
APIStatusError
Properties
Readonly
body
body
:
null
|
object
Readonly
request
Id
request
Id
:
null
|
string
Readonly
retryable
retryable
:
boolean
Readonly
status
Code
status
Code
:
number
Methods
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
body
request
Id
retryable
status
Code
to
String
LiveKit Agents
Loading...
Raised when an API response has a status code of 4xx or 5xx.