coldbydefault-portfolio
Preparing search index...
types/chatbot
ChatBotApiError
Interface ChatBotApiError
interface
ChatBotApiError
{
code
?:
|
"RATE_LIMIT_EXCEEDED"
|
"INVALID_INPUT"
|
"SERVICE_UNAVAILABLE"
|
"UNAUTHORIZED"
;
details
?:
Record
<
string
,
unknown
>
;
error
:
string
;
}
Index
Properties
code?
details?
error
Properties
Optional
code
code
?:
|
"RATE_LIMIT_EXCEEDED"
|
"INVALID_INPUT"
|
"SERVICE_UNAVAILABLE"
|
"UNAUTHORIZED"
Optional
details
details
?:
Record
<
string
,
unknown
>
error
error
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
details
error
coldbydefault-portfolio
Loading...