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.13 of the APR::Request::Error package.
13

SUBROUTINES

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

ERROR CONSTANTS

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

SEE ALSO

69       APR::Request, APR::Error
70
72         Licensed to the Apache Software Foundation (ASF) under one or more
73         contributor license agreements.  See the NOTICE file distributed with
74         this work for additional information regarding copyright ownership.
75         The ASF licenses this file to You under the Apache License, Version 2.0
76         (the "License"); you may not use this file except in compliance with
77         the License.  You may obtain a copy of the License at
78
79             http://www.apache.org/licenses/LICENSE-2.0
80
81         Unless required by applicable law or agreed to in writing, software
82         distributed under the License is distributed on an "AS IS" BASIS,
83         WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
84         See the License for the specific language governing permissions and
85         limitations under the License.
86
87
88
89perl v5.28.1                      2019-02-01                          Error(3)
Impressum