•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Search Results
DJI::OSDK::ErrorCode::SysCommonErr Class Reference
system releated error code More...
#include <dji_error.hpp>
Static Public Attributes | |
static const ErrorCodeType Success = ErrorCode::getErrorCode(SysModule, SystemCommon, SYSTEM_ERROR_RAW_CODE::Success) | |
static const ErrorCodeType AllocMemoryFailed = ErrorCode::getErrorCode(SysModule, SystemCommon, SYSTEM_ERROR_RAW_CODE::AllocMemoryFailed) | |
static const ErrorCodeType ReqNotSupported = ErrorCode::getErrorCode(SysModule, SystemCommon, SYSTEM_ERROR_RAW_CODE::ReqNotSupported) | |
static const ErrorCodeType ReqTimeout = ErrorCode::getErrorCode(SysModule, SystemCommon, SYSTEM_ERROR_RAW_CODE::Timeout) | |
static const ErrorCodeType UnpackDataMismatch = ErrorCode::getErrorCode(SysModule, SystemCommon, SYSTEM_ERROR_RAW_CODE::UnpackDataMismatch) | |
static const ErrorCodeType InstInitParamInvalid = ErrorCode::getErrorCode(SysModule, SystemCommon, SYSTEM_ERROR_RAW_CODE::InstInitParamInvalid) | |
static const ErrorCodeType UserCallbackInvalid = ErrorCode::getErrorCode(SysModule, SystemCommon, SYSTEM_ERROR_RAW_CODE::UserCallbackInvalid) | |
static const ErrorCodeType UndefinedError = ErrorCode::getErrorCode(SysModule, SystemCommon, SYSTEM_ERROR_RAW_CODE::UndefinedError) | |
Detailed Description
system releated error code
Member Data Documentation
◆ Success
|
static |
system releated error code
The documentation for this class was generated from the following files:
- osdk-core/api/inc/dji_error.hpp
- osdk-core/api/src/dji_error.cpp