UNPKG

rfc9457

Version:

RFC 9457 Problem Details for HTTP APIs - A standardized error handling package for Node.js

5 lines 208 B
import { HttpError } from "../../core/index.js"; export declare class NotFoundError extends HttpError { constructor(resourceOrDetail: unknown, id?: string); } //# sourceMappingURL=not-found-error.d.ts.map