Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

Platform

Modules

 CThunkBase class
 SysTimer class

Functions

mbed_error_status_t mbed_save_error_hist (const char *path)
 Saves the error history information to a file.

Function Documentation

mbed_error_status_t mbed_save_error_hist ( const char *  path )

Saves the error history information to a file.

Parameters:
pathpath to the file in the filesystem
Returns:
0 or MBED_ERROR_SUCCESS on success. MBED_ERROR_WRITE_FAILED if writing to file failed MBED_ERROR_INVALID_ARGUMENT if path is not valid
Note:
Filesystem support is required in order for this function to work.

Definition at line 659 of file mbed_error.c.