階層
-
Error↳ApiError
コンストラクター
コンストラクター
• new ApiError(message, status, statusText, headers, data?): ApiError
パラメーター
戻り値
ApiError
オーバーライド
Error.constructor client.ts:123プロパティ
number
required
string
required
Headers
required
any
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
X API TypeScript SDK の ApiError クラスのリファレンス。 HTTP ステータス、エラーコード、X API のエラーレスポンスを確認するためのプロパティとメソッド。
Error
↳ ApiError
message, status, statusText, headers, data?): ApiError
| 名前 | 型 |
|---|---|
message | string |
status | number |
statusText | string |
headers | Headers |
data? | any |
ApiError