Data Fields | |
apr_pool_t * | pool |
apr_status_t | apr_err |
sul_status_t | sul_err |
char * | msg |
sul_error_t * | cause |
char * | file |
apr_int32_t | line |
|
APR error code for this error or 0 if no APR problems occured. |
|
Cascading cause of this Error. |
|
File that the Error occured in. |
|
Line number that the Error occured on. |
|
Textual description of the problem that occured, for the debugging and the users benefit. |
|
Pool from which this Error and its overhead is allocated from. |
|
SUL error code. |