계층 구조
-
Error↳ApiError
생성자
constructor
• 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