dev experience

This commit is contained in:
2026-01-01 16:40:14 +01:00
parent 17d715f259
commit df7e5db5ba
12 changed files with 3745 additions and 6 deletions

View File

@@ -23,6 +23,8 @@ export interface ApiErrorContext {
retryCount?: number;
wasRetry?: boolean;
troubleshooting?: string;
source?: string;
componentStack?: string;
}
export class ApiError extends Error {