UNPKG

@overture-stack/lyric

Version:
26 lines (25 loc) 754 B
export declare class BadRequest extends Error { constructor(msg: string, details?: unknown); } export declare class Forbidden extends Error { constructor(msg: string); } export declare class NotFound extends Error { constructor(msg: string); } export declare class StatusConflict extends Error { constructor(msg: string); } export declare class TSVParseError extends Error { constructor(msg?: string); } export declare class NotImplemented extends Error { constructor(msg?: string); } export declare class ServiceUnavailable extends Error { constructor(msg?: string); } export declare class InternalServerError extends Error { constructor(msg?: string); } export declare const getErrorMessage: (error: unknown) => string;