1# HiCollie错误码 2 3> **说明:** 4> 5> 以下仅介绍本模块特有错误码,通用错误码请参考[通用错误码说明文档](../errorcode-universal.md)。 6 7## 29800001 系统服务获取失败 8 9**错误信息** 10 11Wrong thread context.The function can not be called from main thread. 12 13**错误描述** 14 15调用接口线程错误。 16 17**可能原因** 18 19无法从主线程调用该接口服务。 20 21**处理步骤** 22 23在非主线程调用该接口服务。 24 25## 29800002 远程调用失败 26 27**错误信息** 28 29Remote call failed. 30 31**错误描述** 32 33当前接口请求远程服务失败。 34 35**可能原因** 36 37服务未启动或崩溃。 38 39## 29800003 无效的timer名称 40 41**错误信息** 42 43Invalid timer name. 44 45**错误描述** 46 47timer name是无效的。 48 49**可能原因** 50 51传入的timer name为nullptr或者为空字符。 52 53## 29800004 无效的timeout值 54 55**错误信息** 56 57Invalid timeout value. 58 59**错误描述** 60 61timieout值是无效的。 62 63**可能原因** 64 65传入的time out的值为0。 66 67## 29800005 错误的进程上下文 68 69**错误信息** 70 71Wrong process context. 72 73**错误描述** 74 75进程上下文错误。 76 77**可能原因** 78 79接入函数执行时长检测定时器的进程是appspawn或nativespawn进程。 80 81## 29800006 错误的timer id参数 82 83**错误信息** 84 85Wrong timer id output param. 86 87**错误描述** 88 89错误的任务id值参数。 90 91**可能原因** 92 93- 传入的timer id指针为空; 94- 接入函数执行时长检测机制的进程中hicollie插件同时存在任务数达到最大值128。 95