Skip to content

ConfirmErrorCode — @gj-kit/toss-payments

A public type from @gj-kit/toss-payments. The signature below is taken directly from the 0.6.1 release declaration.

import { ConfirmErrorCode } from '@gj-kit/toss-payments';
type ConfirmErrorCode = 'ALREADY_PROCESSED_PAYMENT'
/** 인증 후 10분 초과 404 — 재시도 불가한 최종 실패(결제 재요청 필요). */
| 'NOT_FOUND_PAYMENT_SESSION' | 'PAY_PROCESS_ABORTED' | 'INVALID_REQUEST' | 'INVALID_PAYMENT_KEY' | 'REJECT_CARD_PAYMENT' | 'PROVIDER_ERROR' | 'UNAUTHORIZED_KEY' | 'INVALID_API_KEY' | 'FORBIDDEN_REQUEST' | 'NOT_FOUND_PAYMENT' | (string & {});

This declaration is the source of truth for parameters, optionality, generics, return values, and public union/type contracts. Check the package golden path and this subpath’s import conditions for required environment, permission, and error boundaries before calling it.

  • Package: @gj-kit/toss-payments
  • Version: 0.6.1
  • Public entry: .
  • Source: GitHub