UNPKG

@senacor/azure-function-middleware

Version:

Middleware for azure functions to handle authentication, authorization, error handling and logging

6 lines (5 loc) 153 B
export declare class ApplicationError<T> extends Error { status: number; body?: T; constructor(message: string, status: number, body?: T); }