diff options
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r-- | cli/msg.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs index a3a5040ff..2ab776ef3 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -144,6 +144,7 @@ enum ErrorKind: byte { InvalidPath, ImportPrefixMissing, UnsupportedFetchScheme, + TooManyRedirects, // other kinds Diagnostic, |