Apache Portable Runtime
Loading...
Searching...
No Matches
Data Fields
apu_err_t Struct Reference

#include <apu_errno.h>

Data Fields

const char * reason
 
const char * msg
 
int rc
 

Detailed Description

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.

Field Documentation

◆ msg

const char* apu_err_t::msg

Error message from the underlying system

◆ rc

int apu_err_t::rc

Native return code from the underlying system

◆ reason

const char* apu_err_t::reason

What was APR trying to do when the error occurred


The documentation for this struct was generated from the following file: