Apache2
ap_bucket_error Struct Reference

A bucket referring to an HTTP error. More...

#include <http_protocol.h>

Collaboration diagram for ap_bucket_error:

Data Fields

apr_bucket_refcount refcount
 
int status
 
const char * data
 

Detailed Description

A bucket referring to an HTTP error.

This bucket can be passed down the filter stack to indicate that an HTTP error occurred while running a filter. In order for this bucket to be used successfully, it MUST be sent as the first bucket in the first brigade to be sent from a given filter.

Field Documentation

◆ data

const char* ap_bucket_error::data

The error string

◆ refcount

apr_bucket_refcount ap_bucket_error::refcount

Number of buckets using this memory

◆ status

int ap_bucket_error::status

The error code


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