diff options
Diffstat (limited to 'cli/msg.fbs')
-rw-r--r-- | cli/msg.fbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/msg.fbs b/cli/msg.fbs index 56410097c..7e8292740 100644 --- a/cli/msg.fbs +++ b/cli/msg.fbs @@ -136,6 +136,8 @@ enum ErrorKind: byte { OpNotAvaiable, WorkerInitFailed, UnixError, + NoAsyncSupport, + NoSyncSupport, ImportMapError, } |