APR::Request::Error - wrapper for libapreq2's error API.


libapreq2 documentation  | view source Contained in the libapreq2 distribution.

Index


NAME

Top

APR::Request::Error - wrapper for libapreq2's error API.

SYNOPSIS

Top

  use APR::Request::Error;










DESCRIPTION

Top

This manpage documents version 2.13 of the APR::Request::Error package.

SUBROUTINES

Top

APR::Request::Error - derived from APR::Request and APR::Error.

strerror

    strerror($status)

Returns the apreq error string associated with a numeric $status code.

ERROR CONSTANTS

Top

GENERAL

Internal apreq error

TAINTED

Attempt to perform unsafe action with tainted data

BADDATA

Malformed input data

BADCHAR

Invalid character

BADSEQ

Invalid byte sequence

BADATTR

Unrecognized attribute

BADHEADER

Malformed header string

NODATA

Missing input data

NOTOKEN

Expected token not present

NOATTR

Missing attribute

NOHEADER

Missing header

NOPARSER

Missing parser

MISMATCH

Conflicting information

OVERLIMIT

Exceeds configured maximum limit

NOTEMPTY

Setting already configured

SEE ALSO

Top

APR::Request, APR::Error

COPYRIGHT

Top


libapreq2 documentation  | view source Contained in the libapreq2 distribution.