Class: XiangxinError
Base class for every SDK error. Configuration problems such as a missing API key are thrown as this class directly.
继承自
Error
被以下类继承
构造函数
构造函数
ts
new XiangxinError(message, options?): XiangxinError;参数
message
string
options?
ErrorOptions
返回
XiangxinError
重写
ts
Error.constructor
