Skip to content

Interface: PipelineError

Properties

error

ts
error: any;

throw된 에러 값 (fetch 실패 이유 또는 핸들러가 throw한 값)


key

ts
key: string;

실패한 리소스 키 (resourceMap의 키)

Released under the ISC License.