Skip to content

Interface: ChzzkApiErrorDetails ​

Defined in: src/errors.ts:33

chzzk-open-sdk

TypeScript SDK for the official CHZZK Open API (https://openapi.chzzk.naver.com). Official endpoints only — no unofficial/internal APIs.

Properties ​

apiMessage ​

ts
apiMessage: string | null;

Defined in: src/errors.ts:37

API 실패 응답의 message 필드 (없으면 null)


method ​

ts
method: string;

Defined in: src/errors.ts:38


path ​

ts
path: string;

Defined in: src/errors.ts:39


status ​

ts
status: number;

Defined in: src/errors.ts:35

HTTP 상태 코드

공식 OPEN API만 지원 — 비공식 엔드포인트 0건