The Sleuth Kit
4.11.1
|
Allows access to most recent error message and code in the thread. More...
#include <tsk_base.h>
Static Public Member Functions | |
static const char * | get () |
Return the string with the current error message. More... | |
static void | print (FILE *a_hFile) |
Print the current error message to a file. More... | |
static void | reset () |
Clear the error number and error message. More... | |
Allows access to most recent error message and code in the thread.
|
inlinestatic |
Return the string with the current error message.
The string does not end with a newline. See tsk_error_get() for details.
References tsk_error_get().
|
inlinestatic |
Print the current error message to a file.
See tsk_error_print() for details.
a_hFile | File to print message to |
References tsk_error_print().
|
inlinestatic |
Clear the error number and error message.
See tsk_error_reset() for details.
References tsk_error_reset().
Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.