dev experience
This commit is contained in:
@@ -23,6 +23,8 @@ export interface ApiErrorContext {
|
||||
retryCount?: number;
|
||||
wasRetry?: boolean;
|
||||
troubleshooting?: string;
|
||||
source?: string;
|
||||
componentStack?: string;
|
||||
}
|
||||
|
||||
export class ApiError extends Error {
|
||||
|
||||
Reference in New Issue
Block a user