1Error(3)              User Contributed Perl Documentation             Error(3)
2
3
4

NAME

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

SYNOPSIS

9         use APR::Request::Error;
10

DESCRIPTION

12       This manpage documents version 2.09 of the APR::Request::Error package.
13

SUBROUTINES

15       APR::Request::Error - derived from "APR::Request" and "APR::Error".
16
17       strerror
18
19           strerror($status)
20
21       Returns the apreq error string associated with a numeric $status code.
22

ERROR CONSTANTS

24       GENERAL
25
26       Internal apreq error
27
28       TAINTED
29
30       Attempt to perform unsafe action with tainted data
31
32       BADDATA
33
34       Malformed input data
35
36       BADCHAR
37
38       Invalid character
39
40       BADSEQ
41
42       Invalid byte sequence
43
44       BADATTR
45
46       Unrecognized attribute
47
48       BADHEADER
49
50       Malformed header string
51
52       NODATA
53
54       Missing input data
55
56       NOTOKEN
57
58       Expected token not present
59
60       NOATTR
61
62       Missing attribute
63
64       NOHEADER
65
66       Missing header
67
68       NOPARSER
69
70       Missing parser
71
72       MISMATCH
73
74       Conflicting information
75
76       OVERLIMIT
77
78       Exceeds configured maximum limit
79
80       NOTEMPTY
81
82       Setting already configured
83

SEE ALSO

85       APR::Request, APR::Error
86
88         Licensed to the Apache Software Foundation (ASF) under one or more
89         contributor license agreements.  See the NOTICE file distributed with
90         this work for additional information regarding copyright ownership.
91         The ASF licenses this file to You under the Apache License, Version 2.0
92         (the "License"); you may not use this file except in compliance with
93         the License.  You may obtain a copy of the License at
94
95             http://www.apache.org/licenses/LICENSE-2.0
96
97         Unless required by applicable law or agreed to in writing, software
98         distributed under the License is distributed on an "AS IS" BASIS,
99         WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
100         See the License for the specific language governing permissions and
101         limitations under the License.
102
103
104
105perl v5.8.8                       2007-10-25                          Error(3)
Impressum