ChatBotKit Node SDK
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
Preparing search index...
@chatbotkit/fetch
FetchError
Class FetchError
A FetchError is thrown when a fetch request fails.
Hierarchy
Error
FetchError
Index
Constructors
constructor
Constructors
constructor
new
FetchError
(
message
:
string
,
code
:
string
,
meta
?:
Record
<
string
,
any
>
,
)
:
FetchError
Parameters
message
:
string
code
:
string
Optional
meta
:
Record
<
string
,
any
>
Returns
FetchError
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
CBK.AI
CBK.AI DOCS
CBK.AI MCP
ChatBotKit
GitHub Repo
GitHub Org
ChatBotKit Node SDK
Loading...
A FetchError is thrown when a fetch request fails.