6#ifndef ZEPHYR_INCLUDE_ZEPHYR_MCUMGR_GRP_ZBASIC_H_ 
    7#define ZEPHYR_INCLUDE_ZEPHYR_MCUMGR_GRP_ZBASIC_H_ 
   16#define ZEPHYR_MGMT_GRP_BASIC_CMD_ERASE_STORAGE 0        
zephyr_basic_group_err_code_t
Command result codes for statistics management group.
Definition zephyr_basic.h:21
 
@ ZEPHYRBASIC_MGMT_ERR_UNKNOWN
Unknown error occurred.
Definition zephyr_basic.h:26
 
@ ZEPHYRBASIC_MGMT_ERR_OK
No error, this is implied if there is no ret value in the response.
Definition zephyr_basic.h:23
 
@ ZEPHYRBASIC_MGMT_ERR_FLASH_CONFIG_QUERY_FAIL
Querying the flash area parameters has failed.
Definition zephyr_basic.h:32
 
@ ZEPHYRBASIC_MGMT_ERR_FLASH_ERASE_FAILED
Erasing the flash area has failed.
Definition zephyr_basic.h:35
 
@ ZEPHYRBASIC_MGMT_ERR_FLASH_OPEN_FAILED
Opening of the flash area has failed.
Definition zephyr_basic.h:29