한국어
테마
import { ApiNotFoundError } from '@kairo-js/router'
extends Error
Error
라우팅 테이블에 지정한 API 이름이 존재하지 않을 때 발생합니다. router.request()에 전달한 apiName이 대상 애드온에 등록되어 있지 않을 때 발생합니다.
router.request()
apiName
constructor(apiName?: string)
string