errorHttpNotFound constant
int
const errorHttpNotFound
404 http/https 对应的文件找不到
Implementation
static const int errorHttpNotFound = 3;
404 http/https 对应的文件找不到
static const int errorHttpNotFound = 3;