unknown type name err_status_t; did you mean srtp_err_status_t/err_status_ok/err_status_replay_fail

简介: unknown type name err_status_t; did you mean srtp_err_status_t/err_status_ok/err_status_replay_fail

解决办法一

改为:


srtp_err_status_t
srtp_err_status_ok
srtp_err_status_replay_fail

解决办法二

增加代码:


typedef int err_status_t;
#define err_status_ok          0
#define err_status_replay_fail 9
目录
相关文章
|
Java 数据库连接 数据库
ERROR 11848
ERROR 11848
166 1
|
2月前
|
安全 网络安全 开发者
OpenScManager failed , error code = 5
【10月更文挑战第7天】OpenScManager failed , error code = 5
140 3
|
6月前
|
JSON 数据格式
【ERROR】Error: transaction invalidated with status (ENDORSEMENT_POLICY_FAILURE)
【ERROR】Error: transaction invalidated with status (ENDORSEMENT_POLICY_FAILURE)
51 0
|
7月前
|
应用服务中间件 Python 容器
ERROR [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer 1917: Failed to check/redeclare aut
ERROR [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer 1917: Failed to check/redeclare aut
266 0
|
7月前
|
NoSQL Redis
解决(error) ERR Errors trying to SHUTDOWN. Check logs.问题~
解决(error) ERR Errors trying to SHUTDOWN. Check logs.问题~
212 0
|
编译器 Serverless Go
Fail to start function, Code:1
Fail to start function, Code:1
69 2
|
JavaScript 前端开发 开发者
Error,Error,到底什么是Error
总所周知,当系统运行出现错误的时候,就会抛出一个 Error ,那么这个 Error 是什么?它是怎么来的?它又是怎么被抛出的?它又是怎么被捕获的?这些问题,我们一起来探讨一下。
239 0
|
关系型数据库 MySQL C++
Error:fatal error C1010: unexpected end of file while looking for precompiled head
Error:fatal error C1010: unexpected end of file while looking for precompiled head
122 0
|
C++
ERROR: Command errored out with exit status 1:
ERROR: Command errored out with exit status 1:
329 0
ERROR: Command errored out with exit status 1:
C中error的使用
C中error的使用
98 0