Searched refs:ExtendedError (Results 1 – 6 of 6) sorted by relevance
8 type ExtendedError = any; alias12 declare function parseException(e: ExtendedError, isFatal: boolean): {
1 …ExtendedError = any;\n\nclass SyntheticError extends Error {\n name: string = '';\n}\n\n/**\n * H…
19 type ExtendedError = any; alias39 export declare function reportLogBoxError(error: ExtendedError, componentStack?: string): void;40 export declare function reportUnexpectedLogBoxError(error: ExtendedError, componentStack?: string):…
1 …ExtendedError = any;\n\nexport type Observer = (options: {\n logs: LogBoxLogs;\n isDisabled: boo…
11 type ExtendedError = any; alias22 function parseException(e: ExtendedError, isFatal: boolean) {
28 type ExtendedError = any;81 export function reportLogBoxError(error: ExtendedError, componentStack?: string): void {90 export function reportUnexpectedLogBoxError(error: ExtendedError, componentStack?: string): void {