summaryrefslogtreecommitdiff
path: root/cli/js/errors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/errors.ts')
-rw-r--r--cli/js/errors.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/cli/js/errors.ts b/cli/js/errors.ts
index 8cd7a76be..286a004e4 100644
--- a/cli/js/errors.ts
+++ b/cli/js/errors.ts
@@ -76,5 +76,8 @@ export enum ErrorKind {
TooManyRedirects = 48,
Diagnostic = 49,
JSError = 50,
- TypeError = 51
+ TypeError = 51,
+
+ /** TODO this is a DomException type, and should be moved out of here when possible */
+ DataCloneError = 52
}