logging
This commit is contained in:
@@ -25,6 +25,9 @@ export interface ApiErrorContext {
|
||||
troubleshooting?: string;
|
||||
source?: string;
|
||||
componentStack?: string;
|
||||
isRetryable?: boolean;
|
||||
isConnectivity?: boolean;
|
||||
developerHint?: string;
|
||||
}
|
||||
|
||||
export class ApiError extends Error {
|
||||
|
||||
Reference in New Issue
Block a user