UNPKG

rfc9457

Version:

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

5 lines 205 B
import { HttpError } from "../../core/index.js"; export declare class PreconditionFailedError extends HttpError { constructor(detail: unknown); } //# sourceMappingURL=precondition-failed-error.d.ts.map