UNPKG

@foundry-ai/api-errors

Version:

Common errors that can be thrown and caught reliably across services

5 lines (4 loc) 156 B
import { BaseError } from './baseError'; export declare class AuthenticationError extends BaseError { constructor(message?: string, status?: number); }