summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/models/errorInfo.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/src/models/errorInfo.ts')
-rw-r--r--sdnr/wt/odlux/framework/src/models/errorInfo.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/framework/src/models/errorInfo.ts b/sdnr/wt/odlux/framework/src/models/errorInfo.ts
index 9081f20f1..21217a108 100644
--- a/sdnr/wt/odlux/framework/src/models/errorInfo.ts
+++ b/sdnr/wt/odlux/framework/src/models/errorInfo.ts
@@ -16,6 +16,7 @@
* ============LICENSE_END==========================================================================
*/
export type ErrorInfo = {
+ title?: string,
error?: Error | null,
url?: string,
line?: number,