summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbinaryta <naritatakuya0000@gmail.com>2018-12-10 05:38:30 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-12-09 15:38:30 -0500
commitc427c2df427f477eb1214d8ff3fdfad36e191a6c (patch)
treef14068269fba8e495b5d5f5bb289257792a04255 /src
parentf2447f6a2307369c16322861735a87fdd30f7233 (diff)
Add TooLarge error code for buffers (#1298)
In collaboration with @yushimatenjin
Diffstat (limited to 'src')
-rw-r--r--src/msg.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msg.fbs b/src/msg.fbs
index d6bbc220e..ecfb9e50c 100644
--- a/src/msg.fbs
+++ b/src/msg.fbs
@@ -105,6 +105,7 @@ enum ErrorKind: byte {
HttpCanceled,
HttpParse,
HttpOther,
+ TooLarge,
}
table Cwd {}