UNPKG

@foundry-ai/api-errors

Version:

Common errors that can be thrown and caught reliably across services

6 lines (5 loc) 151 B
export declare class BaseError extends Error { status: number; type: string; constructor(message: string, status: number, type: string); }