메인 콘텐츠로 건너뛰기

Documentation Index

Fetch the complete documentation index at: https://generaltranslation.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

X API 오류를 처리하기 위한 ApiError 클래스

상속 구조

  • Error ApiError

생성자

생성자

new ApiError(message, status, statusText, headers, data?): ApiError

매개변수

이름type
messagestring
statusnumber
statusTextstring
headersHeaders
data?any

반환값

ApiError

재정의

Error.constructor client.ts:123

속성

status
number
필수
statusText
string
필수
headers
Headers
필수
data
any