UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

11 lines (10 loc) 254 B
export interface ErrorMessage { message: string; field?: string; } export declare class AppError extends Error { status: number; message: string; constructor(message: string, status?: number); serializeErrors(): ErrorMessage[]; }