UNPKG

@ministryofjustice/hmpps-digital-prison-reporting-frontend

Version:

The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.

8 lines (7 loc) 279 B
export declare enum LoggerErrorType { INFO = "info", DEBUG = "debug", ERROR = "error", WARN = "warn" } export declare const captureDprError: (error: unknown, message?: string | undefined, meta?: Record<string, string | string[]>, type?: LoggerErrorType) => void;