summaryrefslogtreecommitdiff
path: root/cli/msg.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r--cli/msg.fbs6
1 files changed, 5 insertions, 1 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs
index 7e8292740..d76e70d85 100644
--- a/cli/msg.fbs
+++ b/cli/msg.fbs
@@ -133,12 +133,16 @@ enum ErrorKind: byte {
// custom errors
InvalidUri,
InvalidSeekMode,
- OpNotAvaiable,
+ OpNotAvailable,
WorkerInitFailed,
UnixError,
NoAsyncSupport,
NoSyncSupport,
ImportMapError,
+
+ // other kinds
+ Diagnostic,
+ JSError,
}
table Cwd {}