summaryrefslogtreecommitdiff
path: root/src/msg.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.fbs')
-rw-r--r--src/msg.fbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/msg.fbs b/src/msg.fbs
index 9cdb628a1..b576d0f23 100644
--- a/src/msg.fbs
+++ b/src/msg.fbs
@@ -106,6 +106,9 @@ enum ErrorKind: byte {
HttpParse,
HttpOther,
TooLarge,
+
+ // custom errors
+ InvalidUri,
}
table Cwd {}