Apache Portable Runtime
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Functions
apu_errno.h File Reference

APR-Util Error Codes. More...

#include "apr.h"
#include "apr_errno.h"
#include "apr_pools.h"

Go to the source code of this file.

Data Structures

struct  apu_err_t
 

Macros

#define APR_ENOKEY   (APR_UTIL_START_STATUS + 1)
 
#define APR_ENOIV   (APR_UTIL_START_STATUS + 2)
 
#define APR_EKEYTYPE   (APR_UTIL_START_STATUS + 3)
 
#define APR_ENOSPACE   (APR_UTIL_START_STATUS + 4)
 
#define APR_ECRYPT   (APR_UTIL_START_STATUS + 5)
 
#define APR_EPADDING   (APR_UTIL_START_STATUS + 6)
 
#define APR_EKEYLENGTH   (APR_UTIL_START_STATUS + 7)
 
#define APR_ENOCIPHER   (APR_UTIL_START_STATUS + 8)
 
#define APR_ENODIGEST   (APR_UTIL_START_STATUS + 9)
 
#define APR_ENOENGINE   (APR_UTIL_START_STATUS + 10)
 
#define APR_EINITENGINE   (APR_UTIL_START_STATUS + 11)
 
#define APR_EREINIT   (APR_UTIL_START_STATUS + 12)
 
#define APR_ENOVERIFY   (APR_UTIL_START_STATUS + 13)
 
#define APR_SERVER_DOWN   (APR_UTIL_START_STATUS + 101)
 
#define APR_AUTH_UNKNOWN   (APR_UTIL_START_STATUS + 102)
 
#define APR_PROXY_AUTH   (APR_UTIL_START_STATUS + 103)
 
#define APR_INAPPROPRIATE_AUTH   (APR_UTIL_START_STATUS + 104)
 
#define APR_INVALID_CREDENTIALS   (APR_UTIL_START_STATUS + 105)
 
#define APR_INSUFFICIENT_ACCESS   (APR_UTIL_START_STATUS + 106)
 
#define APR_INSUFFICIENT_RIGHTS   (APR_UTIL_START_STATUS + 107)
 
#define APR_CONSTRAINT_VIOLATION   (APR_UTIL_START_STATUS + 108)
 
#define APR_FILTER_ERROR   (APR_UTIL_START_STATUS + 109)
 
#define APR_NO_SUCH_OBJECT   (APR_UTIL_START_STATUS + 110)
 
#define APR_NO_SUCH_ATTRIBUTE   (APR_UTIL_START_STATUS + 111)
 
#define APR_COMPARE_TRUE   (APR_UTIL_START_STATUS + 112)
 
#define APR_COMPARE_FALSE   (APR_UTIL_START_STATUS + 113)
 
#define APR_NO_RESULTS_RETURNED   (APR_UTIL_START_STATUS + 114)
 
#define APR_WANT_READ   (APR_UTIL_START_STATUS + 115)
 
#define APR_WANT_WRITE   (APR_UTIL_START_STATUS + 116)
 
#define APR_USER_CANCELLED   (APR_UTIL_START_STATUS + 117)
 
#define APR_STATUS_IS_ENOKEY(s)   ((s) == APR_ENOKEY)
 
#define APR_STATUS_IS_ENOIV(s)   ((s) == APR_ENOIV)
 
#define APR_STATUS_IS_EKEYTYPE(s)   ((s) == APR_EKEYTYPE)
 
#define APR_STATUS_IS_ENOSPACE(s)   ((s) == APR_ENOSPACE)
 
#define APR_STATUS_IS_ECRYPT(s)   ((s) == APR_ECRYPT)
 
#define APR_STATUS_IS_EPADDING(s)   ((s) == APR_EPADDING)
 
#define APR_STATUS_IS_EKEYLENGTH(s)   ((s) == APR_EKEYLENGTH)
 
#define APR_STATUS_IS_ENOCIPHER(s)   ((s) == APR_ENOCIPHER)
 
#define APR_STATUS_IS_ENODIGEST(s)   ((s) == APR_ENODIGEST)
 
#define APR_STATUS_IS_ENOENGINE(s)   ((s) == APR_ENOENGINE)
 
#define APR_STATUS_IS_EINITENGINE(s)   ((s) == APR_EINITENGINE)
 
#define APR_STATUS_IS_EREINIT(s)   ((s) == APR_EREINIT)
 
#define APR_STATUS_IS_ENOVERIFY(s)   ((s) == APR_ENOVERIFY)
 
#define APR_STATUS_IS_SERVER_DOWN(s)   ((s) == APR_SERVER_DOWN)
 
#define APR_STATUS_IS_AUTH_UNKNOWN(s)   ((s) == APR_AUTH_UNKNOWN)
 
#define APR_STATUS_IS_PROXY_AUTH(s)   ((s) == APR_PROXY_AUTH)
 
#define APR_STATUS_IS_INAPPROPRIATE_AUTH(s)   ((s) == APR_INAPPROPRIATE_AUTH)
 
#define APR_STATUS_IS_INVALID_CREDENTIALS(s)   ((s) == APR_INVALID_CREDENTIALS)
 
#define APR_STATUS_IS_INSUFFICIENT_ACCESS(s)   ((s) == APR_INSUFFICIENT_ACCESS)
 
#define APR_STATUS_IS_INSUFFICIENT_RIGHTS(s)   ((s) == APR_INSUFFICIENT_RIGHTS)
 
#define APR_STATUS_IS_CONSTRAINT_VIOLATION(s)   ((s) == APR_CONSTRAINT_VIOLATION)
 
#define APR_STATUS_IS_FILTER_ERROR(s)   ((s) == APR_FILTER_ERROR)
 
#define APR_STATUS_IS_NO_SUCH_OBJECT(s)   ((s) == APR_NO_SUCH_OBJECT)
 
#define APR_STATUS_IS_NO_SUCH_ATTRIBUTE(s)   ((s) == APR_NO_SUCH_ATTRIBUTE)
 
#define APR_STATUS_IS_COMPARE_TRUE(s)   ((s) == APR_COMPARE_TRUE)
 
#define APR_STATUS_IS_COMPARE_FALSE(s)   ((s) == APR_COMPARE_FALSE)
 
#define APR_STATUS_IS_NO_RESULTS_RETURNED(s)   ((s) == APR_NO_RESULTS_RETURNED)
 
#define APR_STATUS_IS_WANT_READ(s)   ((s) == APR_WANT_READ)
 
#define APR_STATUS_IS_WANT_WRITE(s)   ((s) == APR_WANT_WRITE)
 
#define APR_STATUS_IS_USER_CANCELLED(s)   ((s) == APR_USER_CANCELLED)
 

Typedefs

typedef struct apu_err_t apu_err_t
 

Functions

apu_err_tapr_errprintf (apu_err_t *result, apr_pool_t *p, const char *reason, int rc, const char *fmt,...)
 

Detailed Description

APR-Util Error Codes.