UNPKG

@studyportals/sp-r2d2

Version:

A framework that contains various components used when developing projects that will be deployed via AWS λ.

6 lines (5 loc) 226 B
import { IResult } from '@studyportals/sp-r2d2-interface'; export declare class ValidationError extends Error { readonly result: IResult | undefined; constructor(message?: string, result?: IResult | undefined); }