export interface ErrorPayload { code: number; message: string; details?: any; }