UNPKG

@opengis/fastify-table

Version:

core-plugins

14 lines 541 B
import createError from "@fastify/error"; export declare const NotFoundError: createError.FastifyErrorConstructor<{ code: "NOT_FOUND_ERROR"; statusCode: 404; }, [any?, any?, any?]>; export declare const BadRequestError: createError.FastifyErrorConstructor<{ code: "BAD_REQUEST_ERROR"; statusCode: 400; }, [any?, any?, any?]>; export declare const PayloadTooLargeError: createError.FastifyErrorConstructor<{ code: "PAYLOAD_TOO_LARGE_ERROR"; statusCode: 413; }, [any?, any?, any?]>; //# sourceMappingURL=errors.d.ts.map