UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

6 lines (5 loc) 225 B
import { RestfulApiHttpError } from '@bitblit/ratchet/common'; export declare class MisconfiguredError<T = void> extends RestfulApiHttpError<T> { static readonly HTTP_CODE: number; constructor(...errors: string[]); }