Apache Portable Runtime
|
#include <apu_errno.h>
Data Fields | |
const char * | reason |
const char * | msg |
int | rc |
This structure allows the underlying API error codes to be returned along with plain text error messages that explain to us mere mortals what really happened.
const char* apu_err_t::msg |
Error message from the underlying system
int apu_err_t::rc |
Native return code from the underlying system
const char* apu_err_t::reason |
What was APR trying to do when the error occurred