Skip to main content

Interface: LoaderXhrRequestError

Extends

  • Error

Properties

cause?

optional cause: unknown

Inherited from

Error.cause

Defined in

node_modules/typescript/lib/lib.es2022.error.d.ts:24


message

message: string

Inherited from

Error.message

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1077


name

name: string

Inherited from

Error.name

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1076


request

request: XMLHttpRequest

Defined in

packages/dicomImageLoader/src/types/XHRRequest.ts:2


response

response: unknown

Defined in

packages/dicomImageLoader/src/types/XHRRequest.ts:3


stack?

optional stack: string

Inherited from

Error.stack

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1078


status

status: number

Defined in

packages/dicomImageLoader/src/types/XHRRequest.ts:4