bindings: add UC_ERR_TIMEOUT

This commit is contained in:
Nguyen Anh Quynh
2019-12-29 00:19:34 +08:00
parent 72f7598387
commit b0d5837c61
6 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,7 @@ const UC_API_MAJOR = 1;
UC_ERR_HOOK_EXIST = 19;
UC_ERR_RESOURCE = 20;
UC_ERR_EXCEPTION = 21;
UC_ERR_TIMEOUT = 22;
UC_MEM_READ = 16;
UC_MEM_WRITE = 17;
UC_MEM_FETCH = 18;