/* * Copyright (c) XCAM. All rights reserved. */ #ifndef _LIVESTREAM_ERRNO_H_ #define _LIVESTREAM_ERRNO_H_ #include "xcam_define.h" #ifdef __cplusplus #if __cplusplus extern "C" { #endif #endif typedef enum { /*general error code*/ ERR_CODE_NULL_PTR = 0x30, ERR_CODE_INVALID_HANDLE = 0x31, ERR_CODE_INVALID_PARAM = 0x32, ERR_CODE_MALLOC_FAILED = 0x33, ERR_CODE_HANDLE_INVALID = 0x40, /**