UNPKG

@data-client/rest

Version:

Quickly define typed REST resources and endpoints

11 lines 292 B
/** An error with a Rest Endpoint fetch * * @see https://dataclient.io/rest/api/NetworkError */ export default class NetworkError extends Error { status: number; response: Response; name: string; constructor(response: Response); } //# sourceMappingURL=NetworkError.d.ts.map