summaryrefslogtreecommitdiff
path: root/cli/msg.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r--cli/msg.fbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs
index 08da7c3b5..9b531147d 100644
--- a/cli/msg.fbs
+++ b/cli/msg.fbs
@@ -102,7 +102,6 @@ enum ErrorKind: byte {
WouldBlock,
InvalidInput,
InvalidData,
- InvalidPath,
TimedOut,
Interrupted,
WriteZero,
@@ -142,8 +141,9 @@ enum ErrorKind: byte {
NoAsyncSupport,
NoSyncSupport,
ImportMapError,
+ InvalidPath,
ImportPrefixMissing,
- DenoDirError,
+ UnsupportedFetchScheme,
// other kinds
Diagnostic,