|
wimlib
|
Valid on messages WIMLIB_PROGRESS_MSG_HANDLE_ERROR. More...
#include <wimlib.h>
Data Fields | |
| const wimlib_tchar * | path |
| Path to the file for which the error occurred, or NULL if not relevant. | |
| int | error_code |
| The wimlib error code associated with the error. | |
| bool | will_ignore |
| Indicates whether the error will be ignored or not. | |
Valid on messages WIMLIB_PROGRESS_MSG_HANDLE_ERROR.
| const wimlib_tchar* wimlib_progress_info::wimlib_progress_info_handle_error::path |
Path to the file for which the error occurred, or NULL if not relevant.
| int wimlib_progress_info::wimlib_progress_info_handle_error::error_code |
The wimlib error code associated with the error.
| bool wimlib_progress_info::wimlib_progress_info_handle_error::will_ignore |
Indicates whether the error will be ignored or not.
This will be false by default; the progress function may set it to true.