UNPKG

jumbo-core

Version:

Modern lightweight fast enterprise level MVW framework for Node.js

8 lines (7 loc) 254 B
import { Exception } from "../exceptions/Exception"; export declare class ErrorResult { message: string; statusCode: number; error: Error | Exception; constructor(message: string, statusCode?: number, error?: Error | Exception); }